@font-face {
    font-family: 'Segment7';
    font-display: swap;
    src: url('../../fonts/Segment7.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/*--------------------------------------------------------------
# ORDER: Checkout Page
--------------------------------------------------------------*/

/* Copy button */
button.checkout_copy_button,
button#checkout_show_password_button {
    background: #fff;
    border: 1px #C3C3C3 solid;
    padding: 0 7px 4px 7px;
    font-size: 15px;
    color: #818181;
}

button.checkout_copy_button:hover,
button#checkout_show_password_button:hover {
    background: #f6f6f6;
    color: #818181;
}

button.checkout_copy_button::before {
    content: '\f464';
    font-family: 'dashicons';
    font-size: 16px;
    margin-right: 3px;
    position: relative;
    top: 3px;
}

/* Show password button */
button#checkout_show_password_button::before {
    content: '\f177';
    font-family: 'dashicons';
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 2px
}

body.woocommerce-checkout:not(.woocommerce-order-received) {
    height: 100%;
    margin-top: 0 !important;
    background: #f6f6f6;
}

body.woocommerce-checkout.admin-bar {
    margin-top: 28px;
}

body.woocommerce-checkout div.woocommerce {
    background: #f6f6f6;
    position: relative;
}

body.woocommerce-checkout #legion-sale-banner {
    display: none !important;
}

div.woocommerce form {
    width: 100%;
    clear: both;
    height: 100%;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #header {
    display: none;
}

/*body.woocommerce-checkout.admin-bar:not(.woocommerce-order-received) #header {
    top: 32px;
}*/

body.woocommerce-checkout:not(.woocommerce-order-received) #main {
    margin-top: 0;
    height: 100%;
    padding-top: 0;
}

/*body.woocommerce-checkout.admin-bar:not(.woocommerce-order-received) #main {
    padding-top: 62px;
}*/

body.woocommerce-checkout:not(.woocommerce-order-received) #header .logo {
    width: 32px;
    height: 27px;
    display: block;
    background: url('../../images/2017-images/2020-legion-logos/legion-logo-checkout.png') center no-repeat;
    margin-left: -16px;
    top: 15px;
    background-size: 10px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #header nav.left,
body.woocommerce-checkout:not(.woocommerce-order-received) #header nav.right {
    display: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #store-nav {
    display: none;
}

#checkout .sticker_wrap {
    display: none;
}

body.woocommerce-checkout .page-content {
    height: 100%;
    max-width: none;
}

/* Checkout Back to Shop */
body.woocommerce-checkout:not(.woocommerce-order-received) .back-to-shop {
    display: block;
    font-size: 14px;
    color: #797F83;
    text-decoration: none;
    display: inline-block;
    float: left;
    padding: 22px 22px 22px 24px;
    background: url('../../images/2017-images/checkout-back-to-shop.png') left center no-repeat;
}

body.woocommerce-checkout .back-to-shop:hover  {
    color: #00A2FF;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #header nav.center {
    display: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #header .logo {
    float: none;
    display: block;
    margin: 0 auto 0 auto;
    position: relative;
}

/* Checkout */

#breadcrumb-information, #breadcrumb-shipping {
    position: relative !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

#checkout {
    max-width: 1420px;
    padding: 0 45px;
    width: 100%;
    height: 100%;
    clear: both;
}

#checkout:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#checkout .checkout > .col {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #f6f6f6;
}

#checkout .checkout > .col::-webkit-scrollbar {
    display: none;
}

#checkout .checkout > .col .container {
    padding: 25px 24px 0 24px;
    height: calc(100% - 110px);
    overflow-y: auto;
    position: initial;
}

#checkout .col .col-1-tablet label,
#checkout .col .col-2-tablet label {
    display: none;
}

#checkout .col-1 {
    width: 430px;
}

#checkout .col-2 {
    width: 428px;
    height: 100%;
}

#checkout .col.last {
    border-right: 0;
    width: 472px;
    height: 100%;
}

#checkout .col-1 .wc_coupon_message_wrap {
    padding: 0 !important;
}

#checkout .col h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

#checkout .col.last h4 {
    border-bottom: 1px #E1E1E1 solid;
    padding-bottom: 20px;
    margin-bottom: 0;
}

#checkout .col h5 {
    font-size: 16px;
    font-weight: 600;
    color: #555555;
    margin-bottom: 20px;
}

#checkout .col h6 {
    font-size: 16px;
    font-weight: 600;
    color: #555555;
    margin-bottom: 20px;
}

#checkout .col p.form-row {
    margin-bottom: 10px;
    /*background: #fff;*/
    /*position: relative;*/
}

#shipping_country_field,
#billing_country_field,
#shipping_state_field,
#billing_state_field,
#shipping_alt_field,
#billing_alt_field {
    background: #fff;
}

#checkout .col p#shipping_country_field,
#checkout .col p#billing_country_field,
#checkout .col p#shipping_alt_field,
#checkout .col p#billing_alt_field {
    margin-bottom: 14px;
}

#checkout .col p#billing_city_field,
#checkout .col p#billing_state_field,
#checkout .col p#billing_postcode_field,
#checkout .col p#billing_state_field,
#checkout .col p#shipping_first_name_field,
#checkout .col p#shipping_city_field,
#checkout .col p#shipping_state_field,
#checkout .col p#shipping_postcode_field,
#checkout .col p#shipping_state_field,
#checkout .col p#shipping_phone_field {
    width: 48.5%;
}

#checkout .col p#billing_first_name_field,
#checkout .col p#billing_last_name_field,
#checkout .col p#billing_city_field,
#checkout .col p#billing_postcode_field,
#checkout .col p#billing_state_field,
#checkout .col p#shipping_first_name_field,
#checkout .col p#shipping_last_name_field,
#checkout .col p#shipping_city_field,
#checkout .col p#shipping_postcode_field,
#checkout .col p#shipping_state_field {
    float: left;
}

#checkout .col p#billing_last_name_field,
#checkout .col p#billing_state_field,
#checkout .col p#billing_phone_field,
#checkout .col p#shipping_last_name_field,
#checkout .col p#shipping_state_field,
#checkout .col p#shipping_phone_field {
    float: right;
}

#checkout select,
#checkout .col input[type="name"],
#checkout .col input[type="company"],
#checkout .col input[type="email"],
#checkout .col input[type="text"],
#checkout .col input[type="number"],
#checkout .col input[type="phone"] {
    width: 100%;
    height: 40px;
    border: 1px #C3C3C3 solid;
    padding: 10px 15px;
    margin-bottom: 0;
    border-radius: 0;
    font-size: 15px;
    box-shadow: none;
    background: #fff;
    -moz-appearance:textfield;
    -webkit-appearance: none;
}

#checkout .col p#billing_company_field,
#checkout .col p#shipping_company_field {
    display: none;
}

#checkout .col .col-2-tablet .clear {
    display: none;
}

#nmi_card_img_holder {
    margin: 20px 0;
}

#checkout .col input[type="name"]:focus,
#checkout .col input[type="company"]:focus,
#checkout .col input[type="email"]:focus,
#checkout .col input[type="text"]:focus,
#checkout .col input[type="number"]:focus,
#checkout .col input[type="phone"]:focus {
    border-color: #02B9FF;
}

#checkout .col select.address,
#checkout .col select.country,
#checkout .col select.state {
    width: 100%;
    height: 51px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px #DEDEDE solid;
    border-radius: 5px;
    margin-bottom: 13px;
    padding-left: 46px;
    padding: 12px;
    font-size: 15px;
    position: relative;
    padding-left: 50px;
}

.field-required {
    position: relative;
}

.field-required:after {
    display: block;
    position: absolute;
    top: 8px;
    right: 15px;
    content: "";
    width: 7px;
    height: 7px;
    background: url('../../images/express-checkout-input-required.png') center no-repeat;
}

#checkout .col #ship-to-different-address {
    margin-bottom: 10px;
}

#checkout .col label[for="ship-to-different-address-checkbox"],
#checkout .col label[for="use-shipping-for-billing-checkbox"],
#checkout .col label[for="use-different-billing-checkbox"] {
    line-height: 21px;
}

#checkout .col label[for="ship-to-different-address-checkbox"]:hover,
#checkout .col label[for="use-shipping-for-billing-checkbox"]:hover,
#checkout .col label[for="sms-confirm"]:hover {
    background: transparent;
}

#checkout .col input[type="checkbox"]#ship-to-different-address-checkbox,
#checkout .col input[type="checkbox"]#use-shipping-for-billing-checkbox,
#checkout .col input[type="checkbox"]#sms-confirm {
    width: 19px;
    height: 19px;
    margin-right: 16px;
    -webkit-appearance: none;
    background: #f7f7f7;
    display: block;
    float: left;
    border-radius: 0;
    border: 1px solid #c2c2c2;
    -moz-appearance: none;
}

#checkout .col input[type="checkbox"]#ship-to-different-address-checkbox:checked,
#checkout .col input[type="checkbox"]#use-shipping-for-billing-checkbox:checked,
#checkout .col input[type="checkbox"]#sms-confirm:checked {
    background: #27a2ff url('../../images/2017-images/checkout-checkmark.png') center no-repeat;
    border: 1px solid #27a2ff;
}

#checkout #bill-to-different-address {
    margin-bottom: 20px;
}

#checkout .col select.country:before {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    content: "";
    display: block;
}

#checkout .col .ship-to-diff {
    background-color: #fff;
    border-radius: 5px;
    height: 170px;
    width: 467px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

#checkout .col .ship-to-diff:hover {
    background: #cccccc;
}

#checkout  .col {
  position: relative;
}

#checkout .top-shadow:not(.frozen)::before,
#checkout .bottom-shadow:not(.frozen)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  z-index: 1;
}

#checkout .top-shadow:not(.frozen)::before {
  top: 0;
  background: radial-gradient(farthest-side at 50% 0%, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)) 100% 0;
}

#checkout .bottom-shadow:not(.frozen)::after {
  bottom: 110px;
  background: radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)) 0 100%;
}

#checkout #shipping-methods {
    margin-bottom: 30px;
}

#checkout #shipping-methods .shipping-options div.single-method-ship,
#checkout #shipping-methods label {
    width: 100%;
    height: auto;
    border: 1px #E1E1E1 solid;
    font-size: 15px;
    padding: 12px 55px 12px 44px;
    margin-bottom: 13px;
    position: relative;
    display: block;
    color: #818181;
    line-height: 22px;
    text-align: left;
}

#checkout #shipping-methods .shipping-options div.single-method-ship {
    padding: 20px 55px 20px 20px;
    color: #000;
}

#checkout div[data-title="Shipping"] {
    position: relative;
}

#checkout div[data-title="Shipping"] form {
    display: none
}

#checkout #shipping-methods .woocommerce-Price-amount {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: normal;
    color: #818181;
}

#checkout #shipping-methods .shipping-options div.single-method-ship .woocommerce-Price-amount {
    top: 20px;
    right: 20px;
}

#checkout #single-shipping-method {
    padding-right: 50px;
    text-align: left;
}

#checkout #shipping-methods label .woocommerce-Price-amount {
    position: absolute;
    right: 12px;
    top: 14px;
    font-weight: normal;
    color: #818181;
}
#shipping_method li label span {
    color: #000;
}

#shipping_method li label span.shipping-protection-desc {
    display: block;
    color: #7f868f;
}

#checkout #shipping-methods label.selected {
    border-color: #34C792;
    color: #000;
}

#shipping_method li label.selected span,
#checkout #shipping-methods label.selected .woocommerce-Price-amount {
    color: #000;
}

#checkout #shipping-methods label span.type {
    position: relative;
    top: 6px;
}

#checkout #shipping-methods label span.cost {
    float: right;
    top: 6px;
    right: 3px;
    position: relative;
}
#checkout .woocommerce-shipping-fields {
    /*margin-top: 30px;*/
}

#checkout .shipping-fields-line {
    width:100%;
    float:left;
}

#checkout .col p.form-row.sms-confirm {
    margin-bottom: 7px;
}

#checkout p.sms-confirm label {
    font-size: 15px;
    line-height: 20px;
}

#checkout p.sms-confirm input#sms-confirm {

}

#checkout p.sms-dislaimer {
    font-size: 11px;
    line-height: 16px;
    color: #777;
}

#checkout .woocommerce-billing-fields {
    margin-top: 30px;
}

#checkout .select2-selection {
    height: 40px;
    font-size: 15px;
    border-radius: 0;
    color: #000;
    border-color: #C3C3C3;
    background: transparent;
    z-index: 3;
    position: relative;
    padding-left: 4px;
}

#checkout .select2-container {
    width: 100% !important;
}

#checkout #braintree_payment_methods .select2-container {
    width: 92% !important;
    margin: 35px auto 0 auto;
    display: block;
    margin-bottom: 18px;
}

.select2-container .select2-choice {
    padding: 0 0 0 15px;
}

#checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}

#checkout .select2-selection:after,
#my-account-content.edit-address .select2-selection:after {
    width: 40px;
    height: 38px;
    content: "";
    display: inline-block;
    right: 0;
    top: 0;
    background: #FAFAFA url('../../images/2017-images/checkout-select-dd-arrow.png') center no-repeat;
    border-left: 1px #EEEFEF solid;
    position: absolute;
    z-index: 1;
}

.select2-drop, .select2-drop-mask, .select2-drop-active {
    z-index: 999999 !important;
}

#checkout .select2-container.select2-dropdown-open .select2-choice {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-results .select2-result-label {
    font-size: 15px !important;
}

.select2-drop-active {
    border-color: #C3C3C3 !important;
}

.select2-search {
    margin-top: 5px;
}

#checkout #shipping-methods input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -8px;
    background: url('../../images/2017-images/checkout-radio-button.png') center no-repeat;
}

#checkout #shipping-methods input[type="radio"]:checked {
    background: url('../../images/2017-images/checkout-radio-button-checked.png') center no-repeat;
}

#checkout #shipping-methods li {
    position: relative;
}

#checkout .col .shipping-options p {
    line-height: 1.4;
}

#checkout .col #payment-methods .choice {
    background: #fff;
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
    border: 1px #C3C3C3 solid;
    padding: 0;
    margin-bottom: 20px;
}

#checkout .col #payment-methods .choice.selected {
    background: #FBFBFB;
    border-color: #34C792;
}

#checkout .col #payment-methods .choice.payment_method_braintree_paypal_credit_payments:not(.selected) > div[data-pp-id="1"] {
    transition: all 0s linear;
    height: 0;
    opacity: 0;
}

#checkout .col #payment-methods .choice.payment_method_braintree_paypal_credit_payments.selected > div[data-pp-id="1"] {
    transition: all 1s linear;
    height: initial;
    opacity: 100;
}

#checkout .col #payment-methods input[type="radio"] {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    float: left;
    border: none;
    border: 1px solid #c2c2c2;
}

#checkout-shipping #shipping_method li input[type="radio"]:checked,
#checkout .col #payment-methods input[type="radio"]:checked,
#checkout-payment div#bill-to-same-address input[type="radio"]:checked,
#checkout-payment div#bill-to-different-address input[type="radio"]:checked {
    background: #27a2ff url('../../images/2017-images/checkout-checkmark.png') center no-repeat;
    border: 1px solid #27a2ff;
}

.jp-card .jp-card-front,
.jp-card .jp-card-back {
    border-radius: 5px !important;
}

#checkout .col #payment-methods .choice > label {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    display: block;
    margin-top: 0;
    color: #818181;
    padding: 14px 18px;
}

#checkout .col #payment-methods .choice > label[for="payment_method_braintree_payment_gateway"] {
    background: #FFFFFF url('../../images/2017-images/checkout/checkout-payment-option-creditcards.png') calc(100% - 22px) center no-repeat;
}

#checkout .col #payment-methods .choice > label[for="payment_method_braintree_applepay_payments"] {
    background: #FFFFFF url('../../images/2017-images/checkout/applepay-black.png') calc(100% - 18px) center no-repeat; /*Updated*/
    background-size: 54px;
}

#checkout .col #payment-methods .choice > label[for="payment_method_braintree_paypal_payments"] {
    background: #FFFFFF url('../../images/checkout/paypal-icon.png') calc(100% - 22px) center no-repeat; /*Updated*/
}

#checkout .col #payment-methods .choice > label[for="payment_method_braintree_paypal_credit_payments"] {
    background: #FFFFFF url('../../images/2017-images/checkout/checkout-payment-option-paypal-credit.png') calc(100% - 22px) center no-repeat;
    background-size: 63px;
}

#checkout .col #payment-methods .choice > label[for="payment_method_sezzlepay"] {
    background: #FFFFFF url('../../images/2017-images/sezzle_logo_pngs/Sezzle_Logo_FullColor.png') calc(100% - 22px) center no-repeat; /*Updated*/
    background-size: 65px;
}

#checkout .col #payment-methods .choice > label[for="payment_method_klarna_payments_pay_over_time"] {
    background: #FFFFFF url('../../images/2017-images/checkout/legion_klarna_logo_black.png') calc(100% - 22px) center no-repeat; /*Updated*/
    background-size: 54px;
}

#checkout .col #payment-methods .choice > label[for="payment_method_amazonpay"] {
    background: #FFFFFF url('../../images/2017-images/checkout/amazon-pay-colored.png') calc(100% - 22px) center no-repeat; /*Updated*/
    background-position-y: 22px;
}

body.bfwc-body #braintree-paypal-container div.bfwc-payment-method-buttons {
    margin: 0 !important;
}

#checkout .col #payment-methods .choice.selected label {
    color: #000;
    background-color: #fbfbfb !important;
}

.wc-braintree-new-payment-method-container {
    margin-bottom: 0 !important;
}

#checkout .col #payment-methods .choice.selected .payment_method_braintree_cc .wc-braintree-new-payment-method-container {
    margin-bottom: 3px !important;
    margin-top: 15px !important;
}

#checkout .col #payment-methods .choice.payment_method_paypal {
    height: 45px;
}

#checkout .col #payment-methods .choice label[for="payment_method_nmipay"] input[type="radio"] {
    top: 0;
}

#checkout .col #payment-methods .choice label[for="payment_method_paypal"] {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px;
    width: 100%;
    height: 100%;
   /*line-height: 45px;*/
}

#checkout .col #payment-methods .choice .card-preview {
    width: 392px;
    max-width: 100%;
    height: 210px;
    display: block;
    background: #00A1E2;
    border-radius: 5px;
    margin: 0 auto 30px;
}

/* div.choice.credit-card.payment_method_sezzlepay p {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    font-size: 12px;
    background: #f6f6f6;
    font-weight: bold;
    border-top: 1px solid #e2e2e2;
} */

#checkout .col #payment-methods .three-col {
    width: 100%;
    clear: both;
    margin: 10px auto;
}

#checkout .col #payment-methods .three-col .select-container {
    float: left;
    width: 106px;
    height: 40px;
    margin-right: 10px;
    position: relative;
    display: block;
    background: #fff;
}

#checkout .col #payment-methods .three-col .select-container:after {
    width: 40px;
    height: 40px;
    content: "";
    display: inline-block;
    right: 1px;
    top: 1px;
    background: url('../../images/2017-images/checkout-select-dd-arrow.png') center no-repeat;
    position: absolute;
    z-index: 1;
}

#checkout .col #payment-methods .three-col .select-container select {
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    font-size: 15px;
    color: #333;
    padding: 12px;
    position: relative;
    z-index: 2;
    max-width: none;
    -moz-appearance: none;
}

#checkout .col #payment-methods .three-col input[name="nmi_cvv"] {
    float: left;
    width: 110px;
    height: 40px;
    border: 1px #C3C3C3 solid;
}

#checkout .col #payment-methods .three-col input[name="nmi_cvv"]:focus {
    border-color: #02B9FF;
}

#checkout .col #payment-methods .choice .whats-this {
    color: #04A2DF;
    text-decoration: underline;
    font-size: 14px;
    margin-top: 18px;
    display: inline-block;
    cursor: pointer;
    display: none;
}
#checkout .col #payment-methods .choice .whats-this:hover {
    text-decoration: none;
}

#checkout .col #payment-methods .choice label[for="save-card"] {
    font-size: 15px;
    font-weight: normal;
    line-height: 21px;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    clear: both;
    padding-top: 10px;
}

#checkout .col #payment-methods input[type="checkbox"] {
    width: 19px;
    height: 19px;
    margin-right: 16px;
    -webkit-appearance: none;
    background: #5EC595;
    display: block;
    float: left;
    -moz-appearance: none;
}

#checkout .col #payment-methods input[type="checkbox"]:checked {
    background: #5EC595 url('../../images/2017-images/checkout-checkmark.png') center no-repeat;
}

#checkout .col #payment-methods .choice .cards {
    width: 234px;
    height: 32px;
    display: block;
    margin: 20px auto 10px;
    background: url('../../images/2017-images/express-checkout-cards.png') left no-repeat;
    clear: both;
}

.payment_box label#use_existing_nmi_card {
    font-size: 15px;
    width: 100%;
    margin-top: 30px;
    font-weight: bold;
    padding-left: 10px;
    margin-right: 20px;
}

.payment_box select[name="nmi_saved_cards"],
.payment_box select {
    -webkit-appearance: none;
    display: inline-block;
    background: transparent;
    padding: 15px 20px;
    border: 1px #C3C3C3 solid !important;
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
    clear: both;
    margin-top: 0;
    border-radius: 0;
    max-width: 330px;
}

ul.payment_methods li.payment_method_nmipay input[name='payment_method'] ~ label {
    display: none;
}

.select2-container .select2-choice .select2-arrow b:after {
    background: #fff url('../../images/2017-images/my-account-order-history-menu-dd@2x.png') center no-repeat;
    width: 10px;
    height: 6px;
    border: none !important;
    margin-left: -18px !important;
    margin-top: 0 !important;
}

.payment_box select[name="nmi_saved_cards"] {
    margin-top: 20px;
    padding-left: 20px;
}

ul.payment_methods li.payment_method_infusionsoft .payment_box select {
    width: 48%;
}

ul.payment_methods li.payment_method_infusionsoft .payment_box select#ia_expmonth {
    margin-right: 3%
}

.payment_box #use_new_nmi_card {
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    padding-left: 10px;
}

.payment_box .required {
    color: red;
    position: relative;
    top: 6px;
    font-weight: bold;
    left: 5px;
    font-size: 20px;
}

.payment_box .nmi-existing-card-block {
    line-height: 1;
    margin: 20px 0 0;
}


/* Third Column */

#checkout .col table#review-order {
    width: 100%;
    margin-bottom: 30px;
}

#checkout .col table#review-order tbody tr td {
    border-bottom: 1px #E1E1E1 solid;
    height: 76px;
}

#checkout .col table#review-order tbody tr td.row-product {
    font-size: 17px;
    font-weight: bold;
    padding-top: 24px;
}

#checkout .col table#review-order tbody tr td.row-product img {
    width: 58px;
    height: 58px;
    float: left;
    margin-right: 20px;
}

#checkout .col table#review-order tbody tr td.row-product span {
    font-size: 13px;
    color: #909090;
    margin-top: 5px;
    display: block;
    font-weight: normal;
}

#checkout .col table#review-order tbody tr td.row-price {
    text-align: right;
    font-weight: bold;
}

#checkout .col table#review-order tbody tr td.row-price span {
    font-size: 12px;
    display: block;
    font-weight: normal;
    margin-bottom: 2px;
}

#checkout .col table#review-order tbody tr td.row-quantity {
    text-align: center;
}

#checkout .col table#review-order tbody tr td.row-quantity .select-quantity {
    width: 90px;
    height: 38px;
    background: #F7F7F7;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    top: 10px;
}

#checkout .col table#review-order tbody tr td.row-quantity .select-quantity .qty {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 10px 0;
}

#checkout .col table#review-order tbody tr td.row-quantity .select-quantity .addsub {
    height: 100%;
    width: 31px;
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 0;
    text-indent: -9999px;
    background: url('../../images/express-checkout-quantity-arrow.png') center no-repeat;
}

#checkout .col table#review-order tbody tr td.row-quantity .select-quantity .addsub.plus {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: 0;
    left: auto;
}

#checkout .col table#review-order tbody tr td.row-total {
    font-weight: bold;
    color: #02B9FF;
    font-size: 16px;
}

#checkout .col table#review-order tbody tr td.row-total span {
    position: relative;
    top: 10px;
}

#checkout .col table#review-order tbody tr td.row-delete .delete {
    width: 11px;
    height: 11px;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    background: url('../../images/shopping-cart-delete-icon.png') center no-repeat;
    text-indent: -9999px;
    position: relative;
    top: 10px;
}

#checkout .col table#review-order tbody tr td.row-delete .delete:hover {
    opacity: 0.8;
}

/* New Tables */

#checkout .col .account-table#review-order {
    width: 100%;
    margin-bottom: 20px;
}

#checkout .col #review-order .so-offer-content {
    display: block !important;
}

#checkout .col .account-table#review-order .table-body span.col {
    border-right: 0;
    padding-right: 0;
}

#checkout .col .account-table#review-order .table-body span.col.order-product {
    width: 60%;
    line-height: 1;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
}

#checkout .col .account-table#review-order .table-body span.order-subscription {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: white;
    padding: 4px;
    font-size: 12px;
    border-top: 1px solid #e1e1e1;
    line-height: 14px;
}

#checkout .col .account-table#review-order .table-body span.col.order-price {
    width: 14.92%;
    line-height: 52px;
    position: relative;
    top: 0;
}

#checkout .col .account-table#review-order .table-body span.col.order-price del {
    position: relative;
    top: 30px;
    color: #C7C7C7;
}

#checkout .col .account-table#review-order .table-body span.col.order-qty {
    width: 28.3%;
    line-height: 52px;
}

#checkout .col .account-table#review-order .table-body span.col.order-total {
    width: 22.5%;
    line-height: 52px;
    text-align: right;
    position: relative;
    top: -10px;
}

#checkout .col .account-table#review-order .table-body span.col.order-delete {
    width: auto;
}

#checkout .col .account-table#review-order .table-body .row {
    height: auto;
    line-height: 1;
    margin-bottom: 10px;
    border-left: 0;
    border-right: 0;
    border-color: #E1E1E1;
    padding-bottom: 17px;
    position: relative;
}

#checkout .col .account-table#review-order .table-body .row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#checkout .col .account-table#review-order .table-body .order-product img {
    width: 100%;
    height: auto;
}

#checkout .col .account-table#review-order .table-body .order-product .order-review-item-thumb {
    width: 18%;
    margin-right: 5%;
}

#checkout .col .account-table#review-order .table-body .order-product .productTooltip img {
    margin-left: 0;
}

#checkout .col .account-table#review-order .table-body .order-product span {
    font-size: 13px;
    line-height: 1.3;
    color: #909090;
    margin-top: 5px;
    display: block;
    font-weight: normal;
    float: left;
}

#checkout .col .account-table#review-order .table-body .order-review-item-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

#checkout .col .account-table#review-order .table-body .order-review-item-title span {
    color: #a0a0a0;
}

#checkout .col .account-table#review-order .table-body .order-product strong {
    margin-top: 20px;
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

#checkout .col .account-table#review-order .table-body .order-price {
    text-align: right;
    font-weight: 600;
    position: relative;
    right: -5px;
    float: left;
}

#checkout .col .account-table#review-order .table-body .order-price-qty,
#checkout .col .account-table#review-order .table-body .order-price-x {
    color: #C3C3C3;
    font-weight: normal;
}

#checkout .col .account-table#review-order .table-body .order-qty .select-quantity .qty {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 10px 0;
    line-height: 1;
}

#checkout .col .account-table#review-order .table-body .order-qty .select-quantity {
    width: 82px;
    height: 28px;
    background: #FEFEFE;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 1px #C3C3C3 solid;
    position: relative;
    top: 13px;
    left: 13px;
}

#checkout .col .account-table#review-order .table-body .order-qty .select-quantity input[type="number"] {
    background: transparent;
    font-size: 12px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    -webkit-appearance: none;
    border: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -moz-appearance:textfield;
}

#checkout .col .account-table#review-order .table-body .order-qty .select-quantity .addsub {
    height: 100%;
    width: 24px;
    position: absolute;
    cursor: pointer;
    top: 0;
    text-indent: -9999px;
    border-left: none;
}

#checkout .col .account-table#review-order .table-body .order-qty .select-quantity .addsub.minus {
    background: url('../../images/2017-images/qty-select-minus.png') center no-repeat;
    border-right: 1px #ECECEC solid;
    left: 0;
}

#checkout .col .account-table#review-order .table-body .order-qty .select-quantity .addsub.plus {
    background: url('../../images/2017-images/qty-select-plus.png') center no-repeat;
    right: 0;
    left: auto;
    border-left: 1px #ECECEC solid;
}

#checkout .col .account-table#review-order .table-body .order-total {
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    float: right;
}

#checkout .col .account-table#review-order .table-body .order-price-price del {
    color: #000;
    font-weight: normal;
    width: 100%;
    display: block;
}

#checkout .col .account-table#review-order .table-body .order-price-price ins {
    background: transparent;
    color: #ED5A2D;
}

#checkout .col .account-table#review-order .table-body .order-delete .delete {
    width: 9px;
    height: 9px;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    background: url('../../images/2017-images/checkout-delete-product.png') center no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 60px;
    right: 0;
}

#checkout .col .account-table#review-order .table-body .order-delete .delete:hover {
    opacity: 0.8;
}

#checkout .coupon-code-container {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    /*border-bottom: 1px #E1E1E1 solid;*/
}

#checkout .coupon-code-container input[type="text"].coupon-code {
    width: 73.7%;
    height: 45px;
    padding: 12px;
    font-size: 15px;
    border: 1px #DEDEDE solid;
    float: left;
    top: 0;
    margin-right: 0;
}

#checkout .coupon-code-container input[type="text"].coupon-code:focus {
    border-color: #04B9FF;
}

#checkout .coupon-code-container .apply-coupon {
    background: #E1E1E1;
    font-size: 14px;
    border: none;
    text-align: center;
    color: #6A6A6A;
    letter-spacing: 1px;
    display: block;
    line-height: 47px;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    width: 26.3%;
    height: 45px;
    float: left;
    margin-right: 0;
}

#checkout .coupon-code-container .update-cart {
    background: #5EC595;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: right;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    width: 156px;
    line-height: 45px;
    height: 45px;
    display: none;
}

#checkout .coupon-code-container .update-cart:hover {
    background: #4fb083;
}

#checkout .col .subtotal {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px #E1E1E1 solid;
}


#checkout .col .subtotal.cart-discount {
    border: none;
    margin-bottom: 0;
}

#checkout .col .total .subtotal-text,
#checkout .col .total .savings-text {
    font-size: 17px;
    width: 58%;
    float: left;
    margin-bottom: 15px;
}

#checkout .col .total .subtotal-text span,
#checkout .col .total .shipping-text span {
    color: #000000;
}

#checkout .col .total .shipping-text span {
    font-size: 15px;
}

#checkout .col .total .subtotal-amount,
#checkout .col .total .savings-amount {
    float: right;
    width: 42%;
    text-align: right;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: bold;
}

#checkout .col .total .savings-amount {
    color: #28C891;
}

#checkout .col .total .shipping-text {
    font-size: 17px;
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

#checkout .col .total .shipping-amount {
    float: right;
    width: 50%;
    text-align: right;
    font-size: 17px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

#checkout .col .total,
#checkout .col .tax-rate,
#checkout .col .tax-total {
    width: 100%;
    clear: both;
    margin-bottom: 0;
}

#checkout .col .total .total-text,
#checkout .col .tax-rate .shipping-text,
#checkout .col .tax-total .shipping-text {
    font-weight: bold;
    float: left;
    width: 50%;
    font-size: 22px;
    margin-bottom: 15px;
    padding-top: 15px;
}

#checkout .col .tax-rate .shipping-text,
#checkout .col .tax-total .shipping-text {
    font-size: 17px;
}

#checkout .col .total .total-amount,
#checkout .col .tax-rate .shipping-amount,
#checkout .col .tax-total .shipping-amount {
    font-size: 22px;
    width: 50%;
    letter-spacing: 1px;
    font-weight: 700;
    float: right;
    text-align: right;
    margin-bottom: 15px;
    padding-top: 15px;
}

#checkout .col .tax-rate .shipping-amount,
#checkout .col .tax-total .shipping-amount {
    font-size: 17px;
}

#checkout .col input[type="submit"].place-order {
    width: 100%;
    max-width: 406px;
    height: 50px;
    line-height: 50px;
    background: #e48310;
    text-align: center;
    letter-spacing: 1.5px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
    position: relative;
}

#checkout .col input[type="submit"].place-order:hover {
    background-color: #eb8e31;
}

.checkout-svg-container {
    width:  15%;
    display:  inline-block;
}

.moneyback-checkout-left-text {
    width: 83%;
    display: inline-block !important;
    padding-left: 15px;
    line-height: 1.4;
    text-align: left;
}

.moneyback-checkout-left-text h2 {
    font-weight:  bold;
    margin-bottom:  3px;
}

.secure-payment-text {
    display: flex;
    font-size: 13px;
    position: relative;
}

.secure-payment-image {
    display: flex;
    width: 30px;
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.checkout-tos-container {
    position: absolute;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.checkout-tos-container.tablet {
    display: none;
}

.checkout-bottom-review-slider {
    top: 0px;
    position:  relative;
    overflow: hidden;
}

.checkout-bottom-review-slider .bx-pager {
    display: block !important;
    top: 190px;
}

.checkout-bottom-review {
    margin-bottom: 12px;
    line-height: 1.5;
}

.checkout-review-star-row{
    margin-bottom:  5px;
}

.checkout-review-checkmark {
    display: inline !important;
    margin-left: 5px !important;
    position: relative !important;
    top: 2px !important;
}

.checkout-badge-wrap {
    position: relative;
    margin: 40px auto;
    max-width: 100%;
}

.checkout-badge-wrap:after {
    display: block;
    content: '';
    clear: both;
}

.checkout-badge-wrap .moneyback {
    width: 325px;
    height: 75px;
    background: url(../../images/2017-images/2022-product-icons/mbg-badge-2022.svg) center left no-repeat;
    background-size: 110px;
    color: #27A2FF;
    display: block;
    cursor: pointer;
    font-size: 13px;
    padding-left: 125px;
    text-align: center;
    line-height: 22px;
    padding-top: 12px;
    position: relative;
    top: -9px;
    right: -10px;
    margin: 0 auto;
    background-position-y: 0px;
    text-decoration: underline;
    font-weight: 800;
}

.checkout-badge-wrap .moneyback:hover {
    filter: opacity(80%);
}

.checkout-badge-wrap a {
    width: 181px;
    display: block;
    float: right;
    height: 40px;
    margin-top: -3px;
    background: url('../../images/2017-images/2022-product-icons/mbg-badge-2022.svg') center left no-repeat;
    background-size: contain;
}

.checkout-badge-wrap a img {
    display: none;
}

.checkout-badge-wrap .right {
    max-width: 101px;
    margin-top: -6px;
}

.international-fee-notice {
    text-align: left;
    margin-bottom: 15px;
    font-size: 13px;
    color: #000000;
    padding-top: 17px;
    display: block;
    /* padding-left: 10px; */
}

.international-fee-notice.canada-notice {
    color: #ED5A2D;
    padding-top: 0;
}

@media (min-width: 768px) {
    .international-fee-notice.canada-notice {
        margin-top: -14px;
    }
}

#prop65-toggle {
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
}

.prop65-notice,
#main #product-content .product-content-intro .prop65-notice {
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    position: relative;
    display: none;
}

.prop65-notice-title,
#main #product-content .product-content-intro .prop65-notice-title {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #5d5d5d;
    margin-bottom: 5px;
}

.prop65-notice-p,
#main #product-content .product-content-intro .prop65-notice-p {
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    color: #5d5d5d;
}

.prop65-notice-p span,
#main #product-content .product-content-intro .prop65-notice-p span {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    /*padding-left: 7px;*/
}

#main #product-content .product-content-intro .prop65-notice {
    max-width: 400px;
    margin: 30px auto 0 auto;
}

#main #product-content .product-content-intro .prop65-notice-title {
    font-size: 12px;
}

#main #product-content .product-content-intro .prop65-notice-p {
    font-size: 10px;
    margin-bottom: 0;
}

.woocommerce-remove-coupon {
    letter-spacing: 0.5px;
    color: #00A2FF;
    height: 30px;
    line-height: 32px;
    text-decoration: none;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    text-align: right;
    font-size: 12px;
}

.woocommerce-remove-coupon:hover {
    text-decoration: underline;
}

#checkout .col .total .cart-discount .subtotal-text {
    width: 50%;
}

#checkout .col .total .cart-discount .subtotal-amount {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#checkout .col .total .cart-discount .amount {
    font-size: 13px;
    font-weight: normal;
    color: #5EC494;
}

#checkout .col #payment-methods .choice .payment_box.payment_method_klarna_payments_pay_over_time {
    padding: 21px 21px 14px 21px;
}

#checkout .col #payment-methods .choice .payment_box.payment_method_klarna_payments_pay_over_time > img,
#checkout .col #payment-methods .choice .payment_box.payment_method_klarna_payments_pay_over_time > p {
    /*display: none;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

#checkout #klarna_payments_pay_over_time_container {
    display: none;
}

body.bfwc-body div.payment_box [class*="braintree"] *,
body.bfwc-body div.payment_box [class*="bfwc"] *,
body.bfwc-body .bfwc-payment-method-container,
body.bfwc-body .bfwc-payment-method-container *:after,
body.bfwc-body .bfwc-payment-method-container *:before,
body.bfwc-body div.payment_box [class*="bfwc"] *:after,
body.bfwc-body div.payment_box [class*="bfwc"] *:before {
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.bfwc-body div.payment_box [class*="braintree"] *,
body.bfwc-body div.payment_box [class*="bfwc"] * {
    margin: 0;
}

.bfwc-selected-payment-method {
    padding: 0 10px 10px;
}

#checkout .payment_method_braintree_payment_gateway .select2-container .select2-choice,
#my-account-content.edit-address .payment_method_braintree_payment_gateway .select2-container .select2-choice {
    padding-left: 9px;
    padding-top: 5px;
}

#checkout .select2-drop {
    padding: 5px;
}

body.bfwc-body .bfwc-payment-method-buttons a.bfwc-cancel-saved {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px !important;
    letter-spacing: 0.5px;
    padding: 5px;
    display: block;
    background: #00B9FF !important;
    position: absolute;
    top: 7px;
    right: 4%;
    z-index: 10;
}

body.bfwc-body .bfwc-payment-method-buttons a.bfwc-cancel-saved:hover {
    background: #00A9E8 !important;
}

body.bfwc-body .bfwc-payment-method-buttons a.bfwc-saved-methods {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px !important;
    letter-spacing: 0.5px;
    padding: 5px;
    display: block;
    background: #5EC595 !important;
    position: absolute;
    top: 7px;
    right: 22px;
    z-index: 10;
}

body.bfwc-body .bfwc-payment-method-buttons a.bfwc-saved-methods:hover {
    background: #52b285 !important;
}

body.bfwc-body .payment_method_braintree_paypal_payments .bfwc-payment-method-buttons a.bfwc-cancel-saved,
body.bfwc-body .payment_method_braintree_paypal_credit_payments .bfwc-payment-method-buttons a.bfwc-cancel-saved {
    top: 7px;
}

body.bfwc-body .payment_method_braintree_paypal_credit_payments .bfwc-payment-method-buttons a.bfwc-saved-methods {
    top: 69px;
}

body.bfwc-body #braintree-paypal-container {
    position: static;
}

#braintree-hostedfields-container .bg-illustration svg {
    display: none;
}

body.bfwc-body .bfwc-new-payment-method-container .card-container {
    border: none !important;
    background: transparent !important;
}

body.bfwc-body div.payment_box [class*="bfwc"] label {
    display: none !important
}

body.bfwc-body .bfwc-new-payment-method-container h1 {
    display: none !important;
}

body.bfwc-body .card-container .input-wrapper {
    border-color: #C2C2C2 !important;
    margin-bottom: 10px !important;
    height: 40px !important;
}

body.bfwc-body .bfwc-new-payment-method-container .input-wrapper.braintree-hosted-fields-focused {
    border-color: #03B9FF !important;
}

#braintree-hostedfields-container {
    padding: 0 !important;
}

body.bfwc-body .bfwc-new-payment-method-container .form-control {
    height: 38px !important;
}

body.bfwc-body .card-container .input-wrapper#bfwc-postal-code {
    margin-bottom: 0 !important;
}

body.bfwc-body .bfwc-new-payment-method-container .control-label {
    display: none !important;
}

body.bfwc-body div.payment_box [class*="bfwc"] .helper-text {
    display: none !important;
}

body.bfwc-body .small-container #dynamic-card-form,
#dynamic-card-form {
    background: transparent !important;
    margin-bottom: 0 !important;
    padding: 14px !important;
    width: 100% !important;
}

body.bfwc-body .bfwc-new-payment-method-container .form-group {
    margin-bottom: 10px !important;
}

body.bfwc-body .bfwc-new-payment-method-container .form-group.col-xs-6:last-child {
    margin-bottom: 6px !important;
}

body.bfwc-body div.payment_box [class*="bfwc"] .braintree-paypal-button {
    margin: 0 auto 20px;
    text-align: center;
}

body.bfwc-body.woocommerce-checkout div.payment_box [class*="bfwc"] .braintree-paypal-button {
    display: none !important;
}

#braintree-hostedfields-container {
    padding: 0 20px 14px;
}

body.bfwc-body .braintree-payment-gateway .braintree-applepay-warning,
body.bfwc-body .applepay-button-container .braintree-applepay-warning {
    width: 90%;
    margin: 0px auto 20px auto !important;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #c3c3c3 !important;
    background: #f9f9f9;
}

#payment_method_amazon #pay_with_amazon_new {
    float: right;
    position: relative;
    top: -5px;
    display: none;
}

#checkout .col #payment-methods input[name="bfwc_save_credit_card"]:after {
    content: "Save for later use";
    position: relative;
    left: 29px;
    font-size: 13px;
    bottom: 2px;
    background: #f6fbff;
    z-index: 1;
    padding: 3px 0;
    width: 105px;
    display: block;
    cursor: pointer;
}

body.bfwc-body #checkout .bfwc-new-payment-method-container .card-container .cardinfo-wrapper .cardinfo-save-card label.bfwc-save-label {
    display: none !important;
}

input#bfwc_save_credit_card {
    margin-top: 10px;
}

body.bfwc-body.user-not-logged-in .cardinfo-save-card {
    display: none;
}

#swell-checkout-points-earned {
    margin: 10px auto 16px auto;
}

.swell-points-earned-text {
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
}

.swell-points-earned-text #swell-points-to-earn {
    color: #020202;
}

#swell-points-to-earn,
.bluetext {
    font-weight: bold;
    color:#27a2ff;
}

.double-points-text {
    font-weight: bold;
    color: #28c891;
    /* text-transform: uppercase; */
    margin-top: 10px;
}

body.checkout-subscription .payment_method_braintree_paypal_payments .bfwc-payment-method-buttons,
body.checkout-subscription .payment_method_braintree_paypal_credit_payments .bfwc-payment-method-buttons {
    display: none;
}

body.checkout-subscription #checkout .payment_method_braintree_paypal_payments #braintree_payment_methods .select2-container,
body.checkout-subscription #checkout .payment_method_braintree_paypal_credit_payments #braintree_payment_methods .select2-container {
    margin-top: 0;
}















/*--------------------------------------------------------------
# ORDER REVIEW: DUTIES TAXES NOTICE
--------------------------------------------------------------*/

.duties-taxes-notice {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 16px 16px 16px 44px;
    margin: 0 0 30px 0;
    width: 100%;
    position: relative;
}

.duties-taxes-notice .infoicon {
    position: absolute;
    background-image: url(../../images/2017-images/cart-slider-info-icon@2x.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px;
    height: 14px;
    margin: 0;
    top: 20px;
    left: 20px;
    filter: grayscale(1);
}

.duties-taxes-notice .text {
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.mobile-duties-notice {
    display: none;
}

@media (max-width: 1024px) {
    .duties-taxes-notice {
        background-color: #f7f7f7;
        margin: 0 0 24px 0;
    }

    .mobile-duties-notice {
        margin: 29px 0 0px 0;
    }
}












/*--------------------------------------------------------------
# ORDER: Checkout Three-Step
--------------------------------------------------------------*/

.frozen {
    background: #fdfdfd !important;
}

.frozen .container {
    opacity: 0.3;
    pointer-events: none;
}

.checkoutToggle {
    border: 1px solid #00b9ff;
    color: #fff;
    background: #00b9ff;
    text-align: center;
    padding: 16px 0 16px 0;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -150px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
    width: 301px;
}

.frozen .checkoutToggle {
    border: 1px solid #a8a8a8;
    color: #969696;
    background-color: #fdfdfd;
}

.checkoutToggleEdit,
.frozen .checkoutToggleEdit {
    background-color: white;
    color: #a8a8a8;
    border: 1px solid #a8a8a8;
}

.checkoutToggleEdit {
    background: url('../../images/2017-images/checkout-edit-icon.png') 20px 16px no-repeat;
}

.checkoutToggleEdit:before {
    background: i
}

.checkoutToggleNext {
    background: #e48310;
    border: 1px solid #ea8b2b;
}

.checkoutToggleNext:hover {
    background: #ff972d;
}

.checkoutToggleSubmit {
    color: #fff;
    background: #e48310;
    border: 1px solid #ea8b2b;
}

.checkoutToggleSubmit:hover {
    background: #ff972d;
}

.frozen .checkoutToggleSubmit,
.checkoutToggleWait,
.frozen .checkoutToggleWait {
    border: 1px solid #cecece;
    color: #fff;
    background: #cecece;
    cursor: default;
}


















/*--------------------------------------------------------------
# ORDER: Thank You Page
--------------------------------------------------------------*/


#main.thank-you-page section {
    width: 100%;
    clear: both;
    padding-left: 40px;
}

#main.thank-you-page section.supplements-recommendations {
    padding-left: 0;
    padding-bottom: 25px;
}

#main.thank-you-page section h4 {
    font-weight: bold;
    color: #293644;
    font-size: 36px;
    text-align: center;
}

#main.thank-you-page section#legion-reviews {
    margin-bottom: 10px;
}

#main.thank-you-page .container {
    max-width: 1103px;
}

#main.thank-you-page {
    margin-top: 111px;
}

body.admin-bar.woocommerce-order-received #main.thank-you-page {
    margin-top: 143px;
}

/* Intro */

#main.thank-you-page section.intro {
    padding: 40px 0 37px;
    height: auto;
}

#main.thank-you-page section.intro h3 {
    color: #293644;
    text-align: center;
    margin-bottom: 27px;
    font-size: 36px;
    font-weight: bold;
}

#main.thank-you-page section.intro p {
    font-size: 17px;
    line-height: 1.5;
    color: #333333;
    margin: 0 auto;
    text-align: center;
}

#main.thank-you-page section.intro p:first-of-type {
    margin-bottom: 28px;
}

#main.thank-you-page section.intro p.postcheck-CMP-message {
    margin-top: 30px;
    font-weight: bold;
}

#main.thank-you-page section.intro p a {
    color: #333333;
    text-decoration: none;
}

#main.thank-you-page section.intro p.postcheck-CMP-message a {
    color: #27a2ff;
    font-weight: bold;
    display: block;
}

#main.thank-you-page section.intro p a.thankyou-email {
    text-decoration: underline;
}

#main.thank-you-page section.intro p a:hover {
    text-decoration: underline;
}

/* Bonus Offer */

#main.thank-you-page section.offer .bluetext {
    color: #27a2ff;
}

#main.thank-you-page section.offer {
    height: auto;
    background: #f5f5f5;
    margin-bottom: 42px;
    padding-left: 0;
}

#main.thank-you-page section.offer header {
    background: #F5F5F5;
    line-height: 1.5;
}

#main.thank-you-page section.offer header .container {
    padding: 32px 0 21px;
}

#main.thank-you-page section.offer header .offer-heading {
    margin-bottom: 3px;
}

#main.thank-you-page section.offer h3 {
    color: #293644;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

#main.thank-you-page section.offer header p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #333333;
    margin: 0 auto;
    text-align: center;
}

#main.thank-you-page section.offer header p.offer-text-why {
    font-size: 20px;
    font-weight: normal;
    max-width: 825px;
    margin-top: 20px;
}

#main.thank-you-page section.offer header p.offer-text-why.why-first {
}

#main.thank-you-page section.offer header p.offer-text-why.why-second {
    margin-top: 27px;
}

#main.thank-you-page section.offer .breadcrumbs {
    display: none;
}

#see-offer {
    margin-bottom: 60px;
    margin-top: 8px;
}

#main.thank-you-page section.offer.meal.plans #genericDropDown > label,
#main.thank-you-page section.offer.meal.plans [class^="styles_arrowUp_"],
#main.thank-you-page section.offer.meal.plans [class^="styles_arrowDown_"],
#main.thank-you-page section.offer.meal.plans [class^="styles_weightHelpLink_"],
#main.thank-you-page section.offer.meal.plans #product-sticky .sticky-ingredients-toggle {
    display: none;
}

#main.thank-you-page section.offer.meal.plans #product-sticky .sticky-toggle {
    width: 50%;
}

#main.thank-you-page section.offer span[class^="styles_review_"] {
    padding-bottom: 9px;
    padding-top: 2px;
}

#main.thank-you-page section.offer div.container .product-text p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #333333;
    letter-spacing: 0.5px;
    text-align: justify;
}

#main.thank-you-page section.offer div.container .product-text {
    margin-top: 26px;
    margin-bottom: 35px;
}

#main.thank-you-page section.offer #product-reviews {
    margin-bottom: 10px;
    margin-top: 21px;
}

#main.thank-you-page section.offer #review-toggle {
    cursor: pointer;
}

#main.thank-you-page section.offer #review-toggle span {
    margin-right: 10px;
    color: #27a2ff;
}

#main.thank-you-page section.offer #review-toggle span.toggle-minus {
    position: relative;
    top: -3px;
    padding-right: 4px;
    padding-left: 3px;
}

/* Custom Meal Plan */

#main.thank-you-page section.intro .custom-meal-plan {
    width: 100%;
    max-width: 927px;
    margin: auto;
    margin-top: 60px;
    clear: both;
    text-align: center;
}

#main.thank-you-page section.intro .custom-meal-plan h4 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 33px;
    color: #fff;
    line-height: 1.2;
}

#main.thank-you-page section.intro .custom-meal-plan p {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
}

#main.thank-you-page section.intro .custom-meal-plan a.btn {
    width: 335px;
    height: 68px;
    max-width: 100%;
    border-radius: 3px;
    background: #FCF100;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    color: #323232;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 68px;
    text-align: center;
    box-shadow: 0 9px 27px 0 rgba(0,0,0,.17);
}

#main.thank-you-page section.intro .custom-meal-plan a.btn:hover {
    background-color: #dcd200;
}

#main.thank-you-page section#thank-you-sms form#thank-you-submit {
    background: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
}

#main.thank-you-page section#thank-you-sms form#thank-you-submit h3 {
    text-transform: initial;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 22px;
}

#main.thank-you-page section#thank-you-sms form#thank-you-submit p {
    font-size: 11px;
    padding: 0;
    margin: 0 auto;
    display: block;
    text-align: left;
    font-weight: normal;
}

#main.thank-you-page section#thank-you-sms .sms-info {
    display: inline-block;
    position: relative;
    background-image: url(../../images/2017-images/cart-slider-info-icon@2x.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px;
    height: 14px;
    bottom: -2px;
    margin-left: 7px;
    z-index: 10;
}

#main.thank-you-page section#thank-you-sms .sms-info .sms-tooltip {
    display: none;
    position: absolute;
    width: 285px;
    padding: 21px 17px 19px 22px;
    left: 28px;
    top: -27px;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-align: left;
    line-height: 1.4;
    background: #FFF;
    box-shadow: 0 0 12px #e4e4e4;
    border-radius: 5px;
}

#main.thank-you-page section#thank-you-sms .sms-info .sms-tooltip:after {
    content: "";
    position: absolute;
    left: -3.3%;
    bottom: 75%;
    width: 0;
    height: 0;
    border-right: 9px solid #FFF;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

#main.thank-you-page section#thank-you-sms .sms-info:hover .sms-tooltip {
    display: block;
}

#main.thank-you-page section#thank-you-sms form#thank-you-submit input[type="tel"] {
    background: #ffffff url('../../images/2017-images/mobile-menu-phone@2x.png') 16px no-repeat;
    width: 68%;
    font-size: 15px;
    color: #000000;
    padding: 15px 12px 15px 41px;
    float: left;
    border-radius: 0;
    border: 1px #e3e3e3 solid;
    border-right: none;
    background-size: 12px;
    filter: grayscale(1);
}

#main.thank-you-page section#thank-you-sms form#thank-you-submit button[type="submit"] {
    background: #27A2FF;
    border: none;
    width: 32%;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    height: 50px;
}

#main.thank-you-page section#thank-you-sms form#thank-you-submit button[type="submit"]:hover {
    background-color: #138EEB;
}

#main.thank-you-page section#thank-you-sms form#thank-you-submit div {
    margin: 14px auto 0px auto;
}

#main.thank-you-page section#thank-you-sms form#thank-you-submit div label {
    font-size: 11px;
    line-height: 1.5;
    width: calc(100% - 36px);
    display: inline-block;
    cursor: pointer;
    color: #000000;
    padding-top: 2px;
    position: relative;
}

#main.thank-you-page section#thank-you-sms form#thank-you-submit div label a {
    color: #27a2ff;
    text-decoration: underline;
}

#main.thank-you-page section#thank-you-sms form#thank-you-submit div input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin-top: 3px;
    margin-right: 15px;
    -webkit-appearance: none;
    background: #fff;
    display: block;
    float: left;
    border-radius: 0;
    border: 1px solid #e3e3e3;
    cursor: pointer;
}

#main.thank-you-page section#thank-you-sms form#thank-you-submit div input[type="checkbox"]:checked {
    background: #27a2ff url(../../images/2017-images/checkout-checkmark@2x.png) center no-repeat;
    border: 1px solid #27a2ff;
    background-size: 11px;
}

#checkout-sms-updates {
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
    display: block;
    border: 1px solid #fff;
    max-width: 237px;
    padding: 15px 15px 15px 40px;
    margin-top: 30px;
    font-size: 14px;
    background: rgba(255,255,255,0.12) url('../../images/2017-images/sms-prompt-phone@2x.png') 16px 13px no-repeat;
    background-size: 11px;
    text-shadow: 1px 1px 1px rgb(28, 144, 228, 0.5);
    cursor: pointer;
}

#checkout-sms-updates:hover {
    opacity: 0.8;
}

#checkout-sms-updates-terms {
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    display: block;
    margin: 15px auto 0 auto;
    max-width: 130px;
    text-align: center;
}

#main.thank-you-page section.intro p#checkout-sms-updates-sending,
#main.thank-you-page section.intro p#checkout-sms-updates-success {
    color: #fff !important;
    font-size: 12px !important;
    text-decoration: none !important;
    display: block;
    margin: 17px auto 0 auto !important;
    text-align: center !important;
}



/* Downloads */

#main.thank-you-page section.intro .downloads {
    width: 100%;
    max-width: 927px;
    margin: auto;
    margin-top: 60px;
    clear: both;
}

#main.thank-you-page section.intro .downloads h4 {
    text-align: left;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 33px;
    color: #fff;
    line-height: 1.2;
}

#main.thank-you-page section.intro .downloads p {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.4;
    color: #fff;
    text-align: left;
    letter-spacing: 0.5px;
}

#main.thank-you-page section.intro .downloads .single-download {
    width: 100%;
    clear: both;
    position: relative;
    margin-bottom: 40px;
}

#main.thank-you-page section.intro .downloads .single-download:last-child {
    margin-bottom: 0;
}

#main.thank-you-page section.intro .downloads .single-download:after {
    display: block;
    content: "";
    clear: both;
}

#main.thank-you-page section.intro .downloads .left {
    max-width: 451px;
    float: left;
}

#main.thank-you-page section.intro .downloads .right  {
    float: right;
    max-width: 403px;
    padding-top: 45px;
}

#main.thank-you-page section.intro .downloads .img {
    display: block;
    width: 431px;
    float: left;
    height: 400px;
    margin-right: 95px;
}

#main.thank-you-page section.intro .downloads .img.the-30-day-bigger-leaner-stronger-stack,
#main.thank-you-page section.intro .downloads .img.the-30-day-bigger-leaner-stronger-transformation {
    background: url('../../images/2017-images/thank-you-books-men-v3.png') center no-repeat;
    background-size: 100%;
}

#main.thank-you-page section.intro .downloads .img.the-30-day-thinner-leaner-stronger-stack,
#main.thank-you-page section.intro .downloads .img.the-30-day-love-your-body-transformation {
    background: url('../../images/2017-images/thank-you-books-women-v3.png') center no-repeat;
    background-size: 100%;
}

#main.thank-you-page section.intro .downloads .img.bigger-leaner-stronger {
    background: url('../../images/2017-images/merger-menu-imgs/raw/merger-bls.png') center no-repeat;
    background-size: 100%;
}

#main.thank-you-page section.intro .downloads .img.thinner-leaner-stronger {
    background: url('../../images/2017-images/merger-menu-imgs/raw/merger-tls.png') center no-repeat;
    background-size: 100%;
}

#main.thank-you-page section.intro .downloads .img.the-shredded-chef,
#main.thank-you-page section.intro .downloads .img.custom-meal-plan {
    background: url('../../images/2017-images/merger-menu-imgs/raw/TSC-3-cover.png') center no-repeat;
    background-size: 100%;
}

#main.thank-you-page section.intro .downloads .img.the-year-one-challenge-for-women {
    background: url('../../images/2017-images/merger-menu-imgs/raw/merger-y1cw.png') center no-repeat;
    background-size: 100%;
}

#main.thank-you-page section.intro .downloads .img.the-year-one-challenge-for-men {
    background: url('../../images/2017-images/merger-menu-imgs/raw/merger-y1cm.png') center no-repeat;
    background-size: 100%;
}

#main.thank-you-page section.intro .downloads .img.the-little-black-book-of-workout-motivation {
    background: url('../../images/2017-images/merger-menu-imgs/raw/merger-lbbwm.png') center no-repeat;
    background-size: 100%;
}

#main.thank-you-page section.intro .downloads .img.beyond-bigger-leaner-stronger {
    background: url('../../images/2017-images/merger-menu-imgs/raw/merger-bbls.png') center no-repeat;
    background-size: 100%;
}

#main.thank-you-page section.intro .downloads .img.cardio-sucks {
    background: url('../../images/2017-images/merger-menu-imgs/raw/merger-cardio-sucks.png') center no-repeat;
    background-size: 100%;
}

#main.thank-you-page section.intro .downloads .img.the-know-your-bill-of-rights-book {
    background: url('../../images/2017-images/merger-menu-imgs/raw/merger-bill-of-rights.png') center no-repeat;
    background-size: 100%;
}

#main.thank-you-page section.intro .downloads .img.awakening-your-inner-genius {
    background: url('../../images/2017-images/merger-menu-imgs/raw/merger-inner-genius.png') center no-repeat;
    background-size: 100%;
}

#main.thank-you-page section.intro .downloads .img.mens-lean-bulking-meal-plans {
    background: url('../../images/2017-images/merger-menu-imgs/raw/merger-mpmen.png') center no-repeat;
    background-size: 90%;
}
#main.thank-you-page section.intro .downloads .img.mens-cutting-meal-plans {
    background: url('../../images/2017-images/merger-menu-imgs/raw/merger-mpmen.png') center no-repeat;
    background-size: 90%;
}
#main.thank-you-page section.intro .downloads .img.womens-lean-bulking-meal-plans {
    background: url('../../images/2017-images/merger-menu-imgs/raw/merger-mpwomen.png') center no-repeat;
    background-size: 90%;
}
#main.thank-you-page section.intro .downloads .img.womens-cutting-meal-plans {
    background: url('../../images/2017-images/merger-menu-imgs/raw/merger-mpwomen.png') center no-repeat;
    background-size: 90%;
}

#main.thank-you-page section.intro .downloads a.btn {
    width: 335px;
    height: 68px;
    max-width: 100%;
    border-radius: 3px;
    background: #FCF100;
    font-size: 16px;
    display: block;
    text-decoration: none;
    color: #323232;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 68px;
    text-align: center;
    box-shadow: 0 9px 27px 0 rgba(0,0,0,.17);
}

#main.thank-you-page section.intro .downloads a.btn:hover {
    background-color: #dcd200;
}

/* Order Details */

#main.thank-you-page section.order-details {
    padding: 0;
    margin-bottom: 45px;
}

#main.thank-you-page section.order-details h4 {
    margin-bottom: 36px;
    color: #293644;
}

#main.thank-you-page section.order-details h5#order-addition-thank-you {
    text-align: center;
    position: relative;
    top: -3px;
    font-size: 18px;
    font-weight: bold;
    color: #293644;
    margin-bottom: 41px;
    line-height: 30px;
}

#main.thank-you-page section.order-details .order-info-grid {
}

#main.thank-you-page section.order-details .order-info-grid .order-info-container {
    padding: 36px 40px;
}

#main.thank-you-page section.order-details #order-info-shipping-billing-sms {
    float: left;
    width: 50%;
    margin: 0;
}

#main.thank-you-page section.order-details .order-info-grid .shipping-details,
#main.thank-you-page section.order-details .order-info-grid .billing-details {
    padding-right: 0;
    padding-bottom: 0;
    float: left;
    width: 50%;
}

#main.thank-you-page section.order-details .order-info-grid .shipping-details {
    padding-left: 40px;
}

#main.thank-you-page section.order-details .order-info-grid .order-info-container h5 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 22px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details {
    box-shadow: 0 11px 22px #efefef;
    border-radius: 5px;
    width: 50%;
    float: left;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li {
    display: flex;
    padding-top: 30px;
    border-top: solid 1px #e3e3e3;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.the-30-day-bigger-leaner-stronger-stack,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.the-30-day-thinner-leaner-stronger-stack {
    padding-bottom: 30px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name {
    width: 65%;
    display: flex;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .product-image {
    width: 38%;
    position: relative;
    top: -14px;
    left: -18px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .product-image.subscription-delta {
    top: 0;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-130-lbs-150-lbs .col.name .product-image,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-150-lbs-170-lbs .col.name .product-image,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-170-lbs-190-lbs .col.name .product-image,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-190-lbs-210-lbs .col.name .product-image,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-lean-bulking-meal-plans-100-lbs-120-lbs .col.name .product-image,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-lean-bulking-meal-plans-120-lbs-140-lbs .col.name .product-image,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-150-lbs-170-lbs .col.name .product-image,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-170-lbs-190-lbs .col.name .product-image,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-190-lbs-210-lbs .col.name .product-image,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-210-lbs-230-lbs .col.name .product-image,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-100-lbs-120-lbs .col.name .product-image,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-120-lbs-140-lbs .col.name .product-image,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-140-lbs-160-lbs .col.name .product-image,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-160-lbs-180-lbs .col.name .product-image {
    top: -1px;
    left: -13px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-130-lbs-150-lbs,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-150-lbs-170-lbs,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-170-lbs-190-lbs,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-190-lbs-210-lbs,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-lean-bulking-meal-plans-100-lbs-120-lbs,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.the-little-black-book-of-workout-motivation {
    padding-bottom: 30px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li[class^="mens-cutting-meal-plans"] {
	padding-bottom: 20px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-150-lbs-170-lbs,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-170-lbs-190-lbs,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-190-lbs-210-lbs,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-210-lbs-230-lbs,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-100-lbs-120-lbs,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-120-lbs-140-lbs,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-140-lbs-160-lbs,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-160-lbs-180-lbs {
    padding-bottom: 15px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.beyond-bigger-leaner-stronger {
    padding-bottom: 10px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-130-lbs-150-lbs .col.name .product-image {
    left: -14px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li[class^="mens-cutting-meal-plans"] .col.name .product-image {
    top: -1px;
}


#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.legion-gift-card .col.name .product-image {
    top: -20px;
    left: -4px;
    width: 28%;
    margin-right: 24px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .name {
    width: 62%;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .name strong {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products .col.name .name ul {
    min-width: 250px;
    margin-bottom: 25px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products .col.name .name .download-links a {
    display: block;
    margin-bottom: 25px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.the-30-day-bigger-leaner-stronger-stack .col.name .name ul,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.the-30-day-thinner-leaner-stronger-stack .col.name .name ul {
    margin-bottom: 11px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .name span.flavor,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .name span.every-30-days {
    display: block;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .name span.flavor {
    font-size: 16px;
    margin-bottom: 10px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .name span.every-30-days {
    color: #00a2ff;
    font-weight: bold;
    font-size: 15px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .name p.delta-text {
    color: #000;
    font-weight: normal;
    line-height: 1.1;
    padding-top: 10px;
    font-size: 15px;
    padding-bottom: 30px;
    margin-right: -20px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.quant-total {
    width: 35%;
    text-align: right;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.quant-total span.col {
    font-size: 16px;
    font-weight: bold;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.quant-total .col.total {
    margin-left: 22px;
    letter-spacing: 1.5px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.quant-total .col.total.item-on-sale {
    color: #ff4c0d;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.numbers {
    border-top: solid 1px #e3e3e3;
    padding: 20px 0;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.numbers li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.numbers li p {
    font-size: 17px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.numbers li span.amount {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: right;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details div.total-amount {
    border-top: solid 1px #e3e3e3;
    padding-top: 30px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details p.order-rewards {
    margin-top: 19px;
    line-height: 1.5;
    text-align: center;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details p.order-rewards a {
    display: inline-block;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details .double-points-text {
    text-transform: none;
    color: #00A2FF;
    padding-top: 20px;
    font-size: 16px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details div.total-amount div {
    display: flex;
    justify-content: space-between;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details div.total-amount div strong {
    font-size: 22px;
    font-weight: bold;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details div.total-amount div span.amount {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ff4c0d;
}

#main.thank-you-page section.order-details .order-info-grid .shipping-details div.ship-bill-container,
#main.thank-you-page section.order-details .order-info-grid .billing-details div.ship-bill-container {
    border-top: solid 1px #e3e3e3;
    padding-top: 30px;
}

#main.thank-you-page section.order-details .order-info-grid .shipping-details div.ship-bill-container .bill-ship-item,
#main.thank-you-page section.order-details .order-info-grid .billing-details div.ship-bill-container .bill-ship-item {
    margin-bottom: 40px;
}

#main.thank-you-page section.order-details .order-info-grid .shipping-details h6,
#main.thank-you-page section.order-details .order-info-grid .billing-details h6 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

#main.thank-you-page section.order-details .order-info-grid .shipping-details p,
#main.thank-you-page section.order-details .order-info-grid .billing-details p {
    font-size: 16px;
    margin-bottom: 6px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.the-shredded-chef.mobile,
#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.eat-green-get-lean.mobile {
    display: none;
}


#main.thank-you-page .swell-referral-form-header {
    color: #1d2a38;
}

#main.thank-you-page .referral-section .redeem-holder {
    display: none;
    margin-top: 8px;
    margin-bottom: -6px;
}

#main.thank-you-page .referral-section .swell-referral-back-link {
    display: none;
}

#main.thank-you-page section.order-details .product {
    float: left;
    width: 34%;
    text-align: center;
}

#main.thank-you-page section.order-details .product h5 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 35px;
}

#main.thank-you-page section.order-details .product .quantity {
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #8B8B8B;
    font-weight: bold;
}

#main.thank-you-page section.order-details .product .quantity em {
    margin-left: 20px;
    font-style: normal;
}

#main.thank-you-page section.order-details .product img {
    width: 343px;
    max-width: 100%;
    height: auto;
}

#main.thank-you-page section.order-details .product a {
    width: 272px;
    max-width: 100%;
    height: 57px;
    border-radius: 3px;
    background: #E23D40 url('../../images/thank-you-page-download-icon.png') 19px no-repeat;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 22px 22px 22px 60px;
    background-size: 25px;
    text-align: left;
}

#main.thank-you-page section.order-details .product a:hover {
    background-color: #cb3538;
}

#main.thank-you-page section.order-details .info {
    background: #fff;
    border: 1px #E8E8E8 solid;
    border-radius: 5px;
    padding: 0 40px 40px;
    width: 100%;
}

#main.thank-you-page section.order-details .info ul.products {
    /*border-bottom: 1px #EAEAEA solid;
    padding-bottom: 30px;*/
}

#main.thank-you-page section.order-details .info ul.products li {
    list-style-type: none;
    width: 100%;
    clear: both;
    height: 126px;
    display: table;
    border-bottom: 1px #E1E1E1 solid;
}

#main.thank-you-page section.order-details .info ul.products li span.col {
    display: table-cell;
    vertical-align: middle;
}

#main.thank-you-page section.order-details .info ul.products li span.col.preview-icon {
    width: 5.1%;
}

#main.thank-you-page section.order-details .info ul.products li span.col.preview-icon .icon {
    top: 0;
}

#main.thank-you-page .tooltip:before {
    right: auto !important;
    left: -9px !important;
    -moz-transform: scaleX(1) !important;
    -o-transform: scaleX(1) !important;
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
    filter: FlipH !important;
    -ms-filter: "FlipH" !important;
}

#main.thank-you-page section.order-details .info ul.products li span.col.name .product-image {
    display: table;
    float: left;
    height: 100%;
}

#main.thank-you-page section.order-details .info ul.products li span.col.name .thumb {
    width: 97px;
    height: 97px;
    display: table-cell;
    vertical-align: middle;
    margin-right: 10px;
}

#main.thank-you-page section.order-details .info ul.products li span.col.name {
    font-size: 21px;
    line-height: 1.3;
    width: 64%;
    font-weight: 600;
    text-align: left;
    padding-right: 30px;
}

#main.thank-you-page section.order-details .info ul.products li .name {
    display: table;
    height: 100%;
    position: relative;
}

#main.thank-you-page section.order-details .info ul.products li span.col.name strong {
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

#main.thank-you-page section.order-details .info ul.products li .order-subscription {
    display: block;
    clear: both;
    min-width: 380px;
    font-size: 16px;
    position: absolute;
    bottom: 25px;
    left: 15px;
}

@media screen and (max-width: 767px) {
    #checkout-shipping .checkout-badge-wrap {
        margin-bottom: 40px;
    }

    #checkout-container #checkout-payment .checkout-badge-wrap {
        margin-top: 40px;
    }

    #main.thank-you-page section.order-details .info ul.products li .order-subscription {
        font-size: 11px;
        bottom: -14px;
        left: 82px;
    }

    .checkout-svg-container {
        width: 15%;
        display: inline-block;
        position: relative;
        vertical-align: top;
    }
}

#main.thank-you-page section.order-details .info ul.products li span.col.prices {
    letter-spacing: 2px;
    font-size: 17px;
    text-align: center;
}

#main.thank-you-page section.order-details .info ul.products li span.col.prices .regular-price {
    text-decoration: line-through;
    color: #797F83;
    display: block;
    margin-bottom: 15px;
}

#main.thank-you-page section.order-details .info ul.products li span.col.prices .sale-price {
    font-weight: bold;
    color: #000;
    display: block;
}

#main.thank-you-page section.order-details .info ul.products li span.col.qty {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

#main.thank-you-page section.order-details .info ul.products li span.col.total {
    font-size: 17px;
    text-align: center;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
}

#main.thank-you-page section.order-details .info ul.products li span.col.prices,
#main.thank-you-page section.order-details .info ul.products li span.col.qty,
#main.thank-you-page section.order-details .info ul.products li span.col.total {
    width: 15.2%;
}

#main.thank-you-page section.order-details .info ul.products li .flavor,
#main.thank-you-page section.order-details .info ul.products li .option {
    float: right;
    display: inline-block;
    text-align: right;
}

#main.thank-you-page section.order-details .info ul.products li .option em {
    color: #8B8B8B;
}

#main.thank-you-page section.order-details .info ul.numbers {
    padding-bottom: 30px;
    background: #FAFAFA;
    padding: 45px 30px 25px;
}

#main.thank-you-page section.order-details .info ul.numbers li {
    font-size: 17px;
    height: 25px;
    margin-bottom: 15px;
    width: 100%;
    clear: both;
    display: block;
}

#main.thank-you-page section.order-details .info ul.numbers li p {
    color: #333333;
    float: left;
    display: inline-block;
}

#main.thank-you-page section.order-details .info ul.numbers li .amount {
    display: inline-block;
    text-align: right;
    float: right;
    font-weight: bold;
    letter-spacing: 1px;
}

/* #main.thank-you-page section.order-details .total-amount {
    font-size: 21px;
    font-weight: 700;
    line-height: 92px;
    padding: 0 30px;
    background: #FAFAFA;
    height: 92px;
    border-top: 1px #E1E1E1 solid;
} */

/* #main.thank-you-page section.order-details .total-amount .total {
    float: left;
    color: #293643;
} */

/* #main.thank-you-page section.order-details .total-amount .amount {
    float: right;
    text-align: right;
    color: #000;
    letter-spacing: 1px;
} */

/* Tell the World */

#main.thank-you-page .tell-the-world {
    background: #fff;
    padding: 65px 0 0;
}

#main.thank-you-page .tell-the-world h2 {
    margin-bottom: 15px;
    font-size: 35px;
    text-transform: uppercase;
    color: #293644;
    font-weight: bold;
    text-align: center;
}

#main.thank-you-page .tell-the-world p {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 50px;
}

#main.thank-you-page .tell-the-world .social-buttons {
    text-align: center;
    width: 100%;
    margin: 0 auto 147px;
    clear: both;
}

#main.thank-you-page .tell-the-world .social-buttons a {
    width: 257px;
    height: 57px;
    margin: 0 10px;
    line-height: 57px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}

#main.thank-you-page .tell-the-world .social-buttons a.facebook {
    background: #1693FB url('../../images/2017-images/thank-you-page-share-facebook.png') 22px 20px no-repeat;
    padding-left: 55px;
}

#main.thank-you-page .tell-the-world .social-buttons a.facebook:hover {
    background-color: #1287e8;
}

#main.thank-you-page .tell-the-world .social-buttons a.twitter {
    background: #18BCFA url('../../images/2017-images/thank-you-page-share-twitter.png') 18px 20px no-repeat;
    padding-left: 61px;
}

#main.thank-you-page .tell-the-world .social-buttons a.twitter:hover {
    background-color: #14ade6;
}

#main.thank-you-page .tell-the-world .social-buttons a.google {
    background: #E23D40 url('../../images/2017-images/thank-you-page-share-google.png') 19px 20px no-repeat;
    padding-left: 68px;
}

#main.thank-you-page .tell-the-world .social-buttons a.google:hover {
    background-color: #c73436;
}

#main.thank-you-page .tell-the-world .refer-a-friend {
    width: 100%;
    height: 380px;
    background: #F7F7F7;
}

#main.thank-you-page .tell-the-world .refer-a-friend .refer-tabs {
    max-width: 578px;
    height: 69px;
    margin: 0 auto;
    position: relative;
    top: -69px;
}

#main.thank-you-page .tell-the-world .refer-a-friend .refer-tabs .tab {
    width: 50%;
    height: 69px;
    border-top: 3px #D8D8D8 solid;
    background: #FBFBFB;
    text-align: center;
    line-height: 69px;
    color: #797F83;
    display: block;
    float: left;
    cursor: pointer;
    font-size: 17px;
}

#main.thank-you-page .tell-the-world .refer-a-friend .refer-tabs .tab:hover,
#main.thank-you-page .tell-the-world .refer-a-friend .refer-tabs .tab.active {
    border-color: #1CA4FC;
    background: #F7F7F7;
    color: #333333;
    font-weight: bold;
}

#main.thank-you-page .tell-the-world .refer-a-friend .left {
    float: left;
    width: 50%;
}

#main.thank-you-page .tell-the-world .refer-a-friend .container {
    max-width: 1018px;
}

#main.thank-you-page .tell-the-world .refer-a-friend .left h3 {
    font-size: 35px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#main.thank-you-page .tell-the-world .refer-a-friend .left p {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    max-width: 435px;
}

#main.thank-you-page .tell-the-world .refer-a-friend .right {
    float: right;
    width: 416px;
}

#main.thank-you-page .tell-the-world .refer-a-friend .right input[type="email"] {
    width: 100%;
    height: 57px;
    border: 1px #CBCBCB solid;
    margin-bottom: 14px;
    padding-left: 55px;
    font-size: 15px;
    border-radius: 0;
    background: #fff url('../../images/2017-images/refer-friend-input-email.png') 19px 20px no-repeat;
}

#main.thank-you-page .tell-the-world .refer-a-friend .right .field {
    position: relative;
}

#main.thank-you-page .tell-the-world .refer-a-friend .right .field .delete {
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    top: 23px;
    right: 20px;
    cursor: pointer;
    background: #fff url('../../images/2017-images/refer-a-friend-delete-field-icon.png') center no-repeat;
}

#main.thank-you-page .tell-the-world .refer-a-friend .right input[type="email"]:focus {
    border-color: #1CA4FC;
}

#main.thank-you-page .tell-the-world .refer-a-friend .right .add-email {
    font-size: 16px;
    padding-left: 22px;
    color: #2897F7;
    display: inline-block;
    position: relative;
    float: right;
    top: 16px;
    cursor: pointer;
    background: url('../../images/2017-images/thank-you-plus-icon.png') left no-repeat;
}

#main.thank-you-page .tell-the-world .refer-a-friend .right .add-email:hover {
    text-decoration: underline;
}

#main.thank-you-page .tell-the-world .refer-a-friend .right input[type="submit"] {
    width: 187px;
    height: 51px;
    background: #34C792;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 51px;
    float: left;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

#main.thank-you-page .tell-the-world .refer-a-friend .right textarea.woocommerce-Input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px #C3C3C3 solid;
    height: 130px;
    margin-bottom: 15px;
    color: #7F7F7F;
    box-shadow: 0;
    border-radius: 0;
}

#main.thank-you-page .tell-the-world .refer-a-friend .right textarea.woocommerce-Input:focus {
    border: 1px #00A2FF solid;
}

#main.thank-you-page .tell-the-world .refer-a-friend .right .facebook {
    background: #1693FB url(../../images/2017-images/thank-you-page-share-facebook@2x.png) 22px 20px no-repeat;
    background-size: 9px;
}

#main.thank-you-page .tell-the-world .refer-a-friend .right .twitter {
    background: #18BDFB url(../../images/2017-images/thank-you-page-share-twitter@2x.png) 18px 20px no-repeat;
    background-size: 18px;
}

#main.thank-you-page .tell-the-world .refer-a-friend  #tabSocialContent a {
    width: 100%;
    max-width: 270px;
    height: 57px;
    margin: 0 auto 20px;
    text-transform: uppercase;
    color: #fff;
    line-height: 57px;
    padding-left: 60px;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: left;
}

#main.thank-you-page .tell-the-world .refer-a-friend .right input[type="submit"]:hover {
    background: #2cb080;
}

/* Refer a Friend */

.refer-a-friend {
    margin-bottom: 25px;
}

.refer-a-friend .share-link {
    margin: 25px auto 40px;
    width: 100%;
}

.refer-a-friend .share-link .input-group-button button {
    display: none;
}

.refer-a-friend .give-get {
    clear: both;
    width: 100%;
    max-width: 799px;
    margin: 0 auto;
}

.refer-a-friend .give-get p {
    font-size: 16px;
    line-height: 1.7;
    padding: 0 40px;
    color: #333333;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.refer-a-friend .give-get p strong {
    font-weight: bold;
}

/* Referral Widget */

.refer-a-friend .referral-widget {
    width: 100%;
    clear: both;
    margin: 0 auto 5px;
    max-width: 516px;
}

.refer-a-friend .referral-widget .options {
    height: 36px;
    letter-spacing: 0.5px;
}

.refer-a-friend .referral-widget .options .option {
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #797F83;
    cursor: pointer;
    display: inline-block;
}

.refer-a-friend .referral-widget .option.active {
    border-bottom: 2px #00A2FF solid;
    font-weight: bold;
    color: #333333;
}

.refer-a-friend .referral-widget .aw-referrals-share-buttons {
    margin-bottom: 0;
}

.refer-a-friend .referral-widget .refer-option {
    background: #F9F9F9;
}

.refer-a-friend .referral-widget .refer-option.refer-via-social {
    padding: 55px 70px;
}

.refer-a-friend .referral-widget .refer-option.refer-via-email {
    padding: 36px 70px 2px;
}

.refer-a-friend .referral-widget .buttons {
    text-align: center;
    width: 100%;
    clear: both;
}

.refer-a-friend .referral-widget .buttons a {
    width: 100% !important;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
}

.refer-a-friend .referral-widget a.facebook {
    background: #3C5A96;
    margin-bottom: 15px;
}

.refer-a-friend .referral-widget a.facebook:hover {
    background-color: #1287e8;
}

.refer-a-friend .referral-widget a.twitter {
    background: #1DA1F2;
    margin-bottom: 0;
}

.refer-a-friend .referral-widget a.twitter:hover {
    background-color: #14ade6;
}

.refer-a-friend .referral-widget .refer-option.refer-via-email form .email-field {
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

#my-account-content .refer-a-friend .referral-widget .refer-option.refer-via-email form .email-field input[type="email"],
.refer-a-friend .referral-widget .refer-option.refer-via-email form .email-field input[type="email"] {
    width: 100%;
    font-size: 14px;
    max-width: 382px;
    padding: 15px;
    height: 40px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px #DCDCDC solid;
}

.refer-a-friend .referral-widget .refer-option.refer-via-email form textarea {
    width: 100%;
    height: 97px;
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
    max-width: 382px;
    margin: auto;
    letter-spacing: 0.5px;
    border-radius: 0;
    padding: 8px 15px;
    background: #fff;
    border: 1px #DCDCDC solid;
    display: block;
    -webkit-appearance: none;
}

.refer-a-friend .referral-widget .refer-option.refer-via-email form .email-field input[type="email"]:focus {
    border-color: #00A2FF;
}

.refer-a-friend .referral-widget .refer-option.refer-via-email form .email-field .remove {
    position: absolute;
    right: 20px;
    top: 23px;
    background: url('../../images/thank-you-refer-friend-email-input-remove.png') center no-repeat;
    display: block;
    width: 8px;
    height: 8px;
    cursor: pointer;
}

.refer-a-friend .referral-widget .refer-option.refer-via-email form .email-field .remove:hover {
    opacity: 0.8;
}

.refer-a-friend .referral-widget .refer-option.refer-via-email form .add-field {
    float: right;
    color: #1793FB;
    margin-top: 16px;
    cursor: pointer;
    display: block;
    padding-left: 25px;
    background: url('../../images/2017-images/thank-you-plus-icon.png') no-repeat 1px;
}

.refer-a-friend .referral-widget .refer-option.refer-via-email form .add-field:hover {
    text-decoration: underline;
}

#my-account-content .refer-a-friend .referral-widget  .refer-option.refer-via-email form input[type="submit"],
.refer-a-friend .referral-widget .refer-option.refer-via-email form input[type="submit"] {
    font-size: 15px;
    background: transparent;
    color: #000;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    border-radius: 0;
    font-weight: 600;
}

.refer-a-friend .referral-widget .refer-option.refer-via-email form input[type="submit"]:hover {
    background: #C73436;
}


/* Help Us Help You */

#main.thank-you-page section.help-us-help-you {
    padding: 60px 0;
    background: #fff;
}

#main.thank-you-page section.help-us-help-you .container {
    max-width: 820px;
}

#main.thank-you-page section.help-us-help-you h4 {
    color: #293643;
    margin-bottom: 15px;
}

#main.thank-you-page section.help-us-help-you p {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 auto 55px;
    max-width: 503px;
}

#main.thank-you-page section.help-us-help-you form {
    width: 100%;
    height: auto;
    clear: both;
}

#main.thank-you-page section.help-us-help-you form .field-row p {
    width: 100%;
    font-size: 17px;
    line-height: 1.2;
    font-weight: bold;
    display: block;
    color: #293644;
    text-align: left;
    max-width: none;
    margin-bottom: 20px;
}

#main.thank-you-page section.help-us-help-you form textarea {
    width: 100%;
    height: 113px;
    border: 1px #C3C3C3 solid;
    font-size: 16px;
    padding: 15px 50px;
    border-radius: 0;
    font-weight: normal;
    margin-bottom: 10px;
    background: #fff url('../../images/2017-images/thank-you-input-textarea.png') 15px 20px no-repeat;
}

#main.thank-you-page section.help-us-help-you form textarea:focus {
    border-color: #00A2FF;
}

#main.thank-you-page section.help-us-help-you form .menu-51 {
    position: relative;
    display: block;
    background: #fff;
}

#main.thank-you-page section.help-us-help-you form .menu-51:before {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    top: 18px;
    width: 18px;
    height: 17px;
    background: url('../../images/2017-images/thank-you-input-rating.png') center no-repeat;
    z-index: 9;
}

#main.thank-you-page section.help-us-help-you form select {
    width: 100%;
    height: 57px;
    border: 1px #C3C3C3 solid;
    font-size: 15px;
    padding: 15px 50px;
    -webkit-appearance: none;
    margin-bottom: 30px;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    z-index: 2;
    position: relative;
}

#main.thank-you-page section.help-us-help-you form .wpcf7-form-control-wrap.menu-51:after {
    width: 53px;
    height: 55px;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: 1px;
    background: #FAFAFA url('../../images/2017-images/checkout-select-dd-arrow.png') center no-repeat;
    border-left: 1px #EEEFEF solid;
    z-index: 1;
}

#main.thank-you-page section.help-us-help-you form .wpcf7-form-control-wrap {
    position: relative;
}

#main.thank-you-page section.help-us-help-you form input[type="submit"] {
    background: #00A2FF;
    color: #fff;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1.5px;
    border-radius: 0;
    border: none;
    line-height: 57px;
    width: 272px;
    height: 57px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 40px auto 0;
    display: block;
    cursor: pointer;
}

#main.thank-you-page section.help-us-help-you form input[type="submit"]:hover {
    background: #0084cf;
}

#main.thank-you-page section.help-us-help-you form > p {
    display: none;
}

body.woocommerce-order-received .back-to-shop {
    display: none;
}












/*--------------------------------------------------------------
# PRODUCT: Ingredients & Use
--------------------------------------------------------------*/

#product-ingredients {
    padding: 70px 0;
    clear: both;
    width: 100%;
    background: #fff;
}

#product-ingredients h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 33px;
    color: #2D3541;
    text-transform: uppercase;
    font-weight: 700;
}

#product-ingredients h3 {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
    text-align: center;
    width: 228px;
    display: inline-block;
}

.ascend #product-ingredients h3 {
    padding-left: 47px;
}


#product-ingredients h3:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

#product-ingredients h3.suggested-use:before {
    background: url('../../images/2017-images/ingredients-product-suggested-use.png') center no-repeat;
    width: 32px;
    height: 33px;
    top: 3px;
}

#product-ingredients h3.directions:before {
    background: url('../../images/2017-images/product-ingredients-directions.png') center no-repeat;
    width: 25px;
    height: 23px;
    top: 3px;
}

#product-ingredients h3.warning {
    margin-top: 70px;
}

#product-ingredients h3.warning:before {
    background: url('../../images/2017-images/ingredients-product-warning.png') center no-repeat;
    width: 40px;
    height: 33px;
    top: 0;
    left: 0;
}

#product-ingredients p {
    letter-spacing: -0.5px;
}















/*--------------------------------------------------------------
# PRODUCT: Ingredients & Use DOM Tabs
--------------------------------------------------------------*/

#product-ingredients .dom-tabs {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 60px;
    clear: both;
}

.whey #product-ingredients .dom-tabs {
    max-width: 900px;
}

.recharge #product-ingredients .dom-tabs {
    max-width: 900px;
}

.pulse #product-ingredients .dom-tabs {
    max-width: 930px;
}
.casein #product-ingredients .dom-tabs {
    max-width: 800px;
}

#product-ingredients .dom-tabs ul {
    width: 100%;
    clear: both;
    text-align: center;
}

#product-ingredients .dom-tabs ul:after {
    content: "";
    display: block;
    clear: both;
}

#product-ingredients .dom-tabs li {
    text-decoration: none;
    color: #565E68;
    font-weight: bold;
    font-size: 15px;
    padding: 0 30px 0 57px;
    display: inline-block;
    text-align: left;
    border-radius: 3px;
    height: 53px;
    line-height: 53px;
    cursor: pointer;
}

#product-ingredients .dom-tabs li.vanilla {
    background: url('../../images/2017-images/product-ingredients-flavor-vanilla.png') 20px center no-repeat;
}

#product-ingredients .dom-tabs li.chocolate,
#product-ingredients .dom-tabs li.milk-chocolate {
    background: url('../../images/2017-images/product-ingredients-flavor-chocolate.png') 20px center no-repeat;
}

#product-ingredients .dom-tabs li.eggnog {
    background: url('../../images/2017-images/product-ingredients-flavor-eggnog.png') 20px center no-repeat;
}

#product-ingredients .dom-tabs li.fruitpunch {
    background: url('../../images/2017-images/product-ingredients-flavor-fruitpunch.png') 20px center no-repeat;
}

#product-ingredients .dom-tabs li.strawberry-lemonade {
    background: url('../../images/2017-images/product-option-flavor-strawberry-lemonade@2x.png') 20px center no-repeat;
    background-size: 26px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#product-ingredients .dom-tabs li.pink-lemonade {
    background: url('../../images/2017-images/product-option-flavor-pink-lemonade@2x.png') 20px center no-repeat;
    background-size: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#product-ingredients .dom-tabs li.cherry-limeade {
    background: url('../../images/2017-images/product-option-flavor-cherry-limeade@2x.png') 20px center no-repeat;
    background-size: 26px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#product-ingredients .dom-tabs li.birthday-cake {
    background: url('../../images/2017-images/product-option-flavor-birthday-cake@2x.png') 20px center no-repeat;
    background-size: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#product-ingredients .dom-tabs li.tropical-punch {
    background: url('../../images/2017-images/product-option-flavor-tropical-punch@2x.png') 20px center no-repeat;
    background-size: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


#product-ingredients .dom-tabs li.original,
#product-ingredients .dom-tabs li.unflavored {
    background: url('../../images/2017-images/product-ingredients-flavor-unflavored.png') 20px center no-repeat;
}

#product-ingredients .dom-tabs li.cookies {
    background: url('../../images/2017-images/product-ingredients-flavor-cookies.png') 20px center no-repeat;
}

#product-ingredients .dom-tabs li.grape {
    background: url('../../images/2017-images/product-ingredients-flavor-grape.png') 20px center no-repeat;
}
#product-ingredients .dom-tabs li.sour-candy {
    background: url('../../images/2017-images/product-ingredients-flavor-sour-candy.png') 20px center no-repeat;
    background-size: 20px;
}
#product-ingredients .dom-tabs li.strawberry {
    background: url('../../images/2017-images/product-ingredients-flavor-strawberry.png') 20px center no-repeat;
    background-size: 20px;
}
#product-ingredients .dom-tabs li.strawberry-kiwi {
    background: url('../../images/2017-images/product-ingredients-flavor-strawberry-kiwi@2x.png') 20px center no-repeat;
    background-size: 20px;
}
#product-ingredients .dom-tabs li.acai-berry {
    background: url('../../images/2017-images/product-ingredients-flavor-acai-berry.png') 20px center no-repeat;
}

#product-ingredients .dom-tabs li.greenapple {
    background: url('../../images/2017-images/product-ingredients-flavor-green-apple.png') 20px center no-repeat;
}

#product-ingredients .dom-tabs li.blue-raspberry {
    background: url('../../images/2017-images/product-ingredients-flavor-blue-raspberry.png') 20px center no-repeat;
}
#product-ingredients .dom-tabs li.blueberry-lemonade {
    background: url('../../images/2017-images/product-ingredients-flavor-blueberry-lemonade@2x.png') 20px center no-repeat;
    background-size: 20px;
}

#product-ingredients .dom-tabs li.watermelon {
    background: url('../../images/2017-images/product-ingredients-flavor-watermelon.png') 20px center no-repeat;
}

#product-ingredients .dom-tabs li.strawberry-banana {
    background: url('../../images/2017-images/product-ingredients-flavor-strawberry-banana.png') 20px center no-repeat;
}

#product-ingredients .dom-tabs li.chocolate-peanut-butter {
    background: url('../../images/2017-images/product-option-flavor-chocolate-peanut-butter@2x.png') 20px center no-repeat;
    background-size: 20px;
}

#product-ingredients .dom-tabs li.chocolate-chip-cookie-dough {
    background: url('../../images/2017-images/product-option-flavor-chocolate-chip-cookie-dough@2x.png') 20px center no-repeat;
    background-size: 20px;
}
#product-ingredients .dom-tabs li.smores {
    background: url('../../images/2017-images/product-option-flavor-smores.png') 20px center no-repeat;
    background-size: 20px;
}
#product-ingredients .dom-tabs li.egg-nog {
    background: url('../../images/2017-images/product-ingredients-flavor-eggnog.png') 20px center no-repeat;
}
#product-ingredients .dom-tabs li.mint-chocolate {
    background: url('../../images/2017-images/product-option-flavor-mint-chocolate.png') 15px center no-repeat;
    background-size: 16px;
}
#product-ingredients .dom-tabs li.mocha-cappuccino {
    background: url('../../images/2017-images/product-option-flavor-mocha-cappuccino.png') 15px center no-repeat;
    background-size: 16px;
}
#product-ingredients .dom-tabs li.salted-caramel {
    background: url('../../images/2017-images/product-option-flavor-salted-caramel@2x.png') 15px center no-repeat;
    background-size: 24px;
}

#product-ingredients .dom-tabs li.cinnamon-cereal {
    background: url('../../images/2017-images/product-option-flavor-cereal-milk.png') 15px center no-repeat;
    background-size: 24px;
}

#product-ingredients .dom-tabs li.cinnamon-cereal {
    background: url('../../images/2017-images/product-option-flavor-cereal-milk.png') 15px center no-repeat;
    background-size: 24px;
}

#product-ingredients .dom-tabs li.banana-cream-pie {
    background: url('../../images/2017-images/product-ingredients-flavor-banana-cream-pie@2x.png') 15px center no-repeat;
    background-size: 24px;
}
#product-ingredients .dom-tabs li.fruity-cereal {
    background: url('../../images/2017-images/product-ingredients-flavor-fruity-cereal@2x.png') 15px center no-repeat;
    background-size: 21px;
}

#product-ingredients .dom-tabs li.vanilla.active,
#product-ingredients .dom-tabs li.vanilla:hover {
    background: #F1E5B2 url('../../images/2017-images/product-ingredients-flavor-vanilla-active.png') 20px center no-repeat;
    color: #0A0907;
}


#product-ingredients .dom-tabs li.chocolate.active,
#product-ingredients .dom-tabs li.chocolate:hover,
#product-ingredients .dom-tabs li.milk-chocolate.active,
#product-ingredients .dom-tabs li.milk-chocolate:hover {
    background: #604B3C url('../../images/2017-images/product-ingredients-flavor-chocolate-active.png') 20px center no-repeat;
    color: #fff;
}

#product-ingredients .dom-tabs li.eggnog.active,
#product-ingredients .dom-tabs li.eggnog:hover {
    background: #CFC2AB url('../../images/2017-images/product-ingredients-flavor-eggnog-active.png') 20px center no-repeat;
    color: #fff;
}

#product-ingredients .dom-tabs li.fruitpunch.active,
#product-ingredients .dom-tabs li.fruitpunch:hover {
    background: #E23D40 url('../../images/2017-images/product-ingredients-flavor-fruitpunch-active.png') 20px center no-repeat;
    color: #fff;
}

#product-ingredients .dom-tabs li.strawberry-lemonade.active,
#product-ingredients .dom-tabs li.strawberry-lemonade:hover {
    background: #E23D40 url('../../images/2017-images/product-option-flavor-strawberry-lemonade-active@2x.png') 20px center no-repeat;
    color: #fff;
    background-size: 26px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#product-ingredients .dom-tabs li.pink-lemonade.active,
#product-ingredients .dom-tabs li.pink-lemonade:hover {
    background: #f76fd3 url('../../images/2017-images/product-option-flavor-pink-lemonade-active@2x.png') 20px center no-repeat;
    color: #fff;
    background-size: 20px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#product-ingredients .dom-tabs li.cherry-limeade.active,
#product-ingredients .dom-tabs li.cherry-limeade:hover {
    background: #E23D40 url('../../images/2017-images/product-option-flavor-cherry-limeade-active@2x.png') 20px center no-repeat;
    color: #fff;
    background-size: 26px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#product-ingredients .dom-tabs li.birthday-cake.active,
#product-ingredients .dom-tabs li.birthday-cake:hover {
    background: #cdc1aa url('../../images/2017-images/product-option-flavor-birthday-cake-active@2x.png') 20px center no-repeat;
    color: #fff;
    background-size: 20px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#product-ingredients .dom-tabs li.tropical-punch.active,
#product-ingredients .dom-tabs li.tropical-punch:hover {
    background: #cdc1aa url('../../images/2017-images/product-option-flavor-tropical-punch-active@2x.png') 20px center no-repeat;
    color: #fff;
    background-size: 20px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#product-ingredients .dom-tabs li.cookies.active,
#product-ingredients .dom-tabs li.cookies:hover {
    background: #D7B57B url('../../images/2017-images/product-ingredients-flavor-cookies-active.png') 20px center no-repeat;
    color: #393530;
}

#product-ingredients .dom-tabs li.original.active,
#product-ingredients .dom-tabs li.original:hover {
    background: #81bc35 url('../../images/2017-images/product-ingredients-flavor-unflavored-active.png') 20px center no-repeat;
    color: #fff;
}

#product-ingredients .dom-tabs li.unflavored.active,
#product-ingredients .dom-tabs li.unflavored:hover {
    background: #A6A6A6 url('../../images/2017-images/product-ingredients-flavor-unflavored-active.png') 20px center no-repeat;
    color: #fff;
}

#product-ingredients .dom-tabs li.grape.active,
#product-ingredients .dom-tabs li.grape:hover {
    background: #9E2B8D url('../../images/2017-images/product-ingredients-flavor-grape-active.png') 20px center no-repeat;
    color: #fff;
}
#product-ingredients .dom-tabs li.sour-candy.active,
#product-ingredients .dom-tabs li.sour-candy:hover {
    background: #b8ef9c url('../../images/2017-images/product-ingredients-flavor-sour-candy-active.png') 20px center no-repeat;
    background-size: 20px;
    color: #fff;
}
#product-ingredients .dom-tabs li.acai-berry.active,
#product-ingredients .dom-tabs li.acai-berry:hover {
    background: #9E2B8D url('../../images/2017-images/product-ingredients-flavor-acai-berry-active.png') 20px center no-repeat;
    color: #fff;
}


#product-ingredients .dom-tabs li.blue-raspberry.active,
#product-ingredients .dom-tabs li.blue-raspberry:hover {
    background: #1889F7 url('../../images/2017-images/product-ingredients-flavor-blue-raspberry-active.png') 20px center no-repeat;
    color: #fff;
}


#product-ingredients .dom-tabs li.blueberry-lemonade.active,
#product-ingredients .dom-tabs li.blueberry-lemonade:hover {
    background: #1ea4df url('../../images/2017-images/product-ingredients-flavor-blueberry-lemonade-active@2x.png') 20px center no-repeat;
    color: #fff;
    background-size: 20px;

}

#product-ingredients .dom-tabs li.greenapple.active,
#product-ingredients .dom-tabs li.greenapple:hover {
    background: #36E00E url('../../images/2017-images/product-ingredients-flavor-green-apple-active.png') 20px center no-repeat;
    color: #fff;
}

#product-ingredients .dom-tabs li.watermelon.active,
#product-ingredients .dom-tabs li.watermelon:hover {
    background: #FD7D7D url('../../images/2017-images/product-ingredients-flavor-watermelon-active.png') 20px center no-repeat;
    color: #fff;
}

#product-ingredients .dom-tabs li.strawberry-banana.active,
#product-ingredients .dom-tabs li.strawberry-banana:hover {
    background: #EEA5B0 url('../../images/2017-images/product-ingredients-flavor-strawberry-banana-active.png') 20px center no-repeat;
    color: #fff;
}

#product-ingredients .dom-tabs li.chocolate-peanut-butter.active,
#product-ingredients .dom-tabs li.chocolate-peanut-butter:hover {
    background: #8E532E url('../../images/2017-images/product-option-flavor-chocolate-peanut-butter-active@2x.png') 20px center no-repeat;
    background-size: 20px;
    color: #fff;
}

#product-ingredients .dom-tabs li.chocolate-chip-cookie-dough.active,
#product-ingredients .dom-tabs li.chocolate-chip-cookie-dough:hover {
    background: #d8b484 url('../../images/2017-images/product-option-flavor-chocolate-chip-cookie-dough-active@2x.png') 20px center no-repeat;
    color: #fff;
    background-size: 20px;
}
#product-ingredients .dom-tabs li.smores.active,
#product-ingredients .dom-tabs li.smores:hover {
    background: #d48949 url('../../images/2017-images/product-option-flavor-smores-active@2x.png') 20px center no-repeat;
    color: #fff;
    background-size: 20px;
}

#product-ingredients .dom-tabs li.egg-nog.active,
#product-ingredients .dom-tabs li.egg-nog:hover {
    background: #CDC2AE url('../../images/2017-images/product-ingredients-flavor-eggnog-active.png') 20px center no-repeat;
    color: #fff;
}
#product-ingredients .dom-tabs li.mint-chocolate.active,
#product-ingredients .dom-tabs li.mint-chocolate:hover {
    background: #528b65 url('../../images/2017-images/product-option-flavor-mint-chocolate-active.png') 15px center no-repeat;
    background-size: 16px;
    color: #fff;
}
#product-ingredients .dom-tabs li.mocha-cappuccino.active,
#product-ingredients .dom-tabs li.mocha-cappuccino:hover {
    background: #8b724d url('../../images/2017-images/product-option-flavor-mocha-cappuccino-active.png') 15px center no-repeat;
    background-size: 16px;
    color: #fff;
}
#product-ingredients .dom-tabs li.salted-caramel.active,
#product-ingredients .dom-tabs li.salted-caramel:hover {
    background: #b9854f url('../../images/2017-images/product-option-flavor-salted-caramel-active@2x.png') 15px center no-repeat;
    background-size: 24px;
    color: #fff;
}
#product-ingredients .dom-tabs li.strawberry.active,
#product-ingredients .dom-tabs li.strawberry:hover {
    background: #e5878c url('../../images/2017-images/product-option-flavor-strawberry-active@2x.png') 20px center no-repeat;
    background-size: 20px;
    color: #fff;
}
#product-ingredients .dom-tabs li.strawberry-kiwi.active,
#product-ingredients .dom-tabs li.strawberry-kiwi:hover {
    background: #f29198 url('../../images/2017-images/product-ingredients-flavor-strawberry-kiwi-active@2x.png') 20px center no-repeat;
    background-size: 20px;
    color: #fff;
}
#product-ingredients .dom-tabs li.cinnamon-cereal.active,
#product-ingredients .dom-tabs li.cinnamon-cereal:hover {
    background: #f3e9ca url('../../images/2017-images/product-option-flavor-cereal-milk-active@2x.png') 15px center no-repeat;
    background-size: 20px;
    color: #fff;
}
#product-ingredients .dom-tabs li.banana-cream-pie.active,
#product-ingredients .dom-tabs li.banana-cream-pie:hover {
    background: #e5d96c url('../../images/2017-images/product-ingredients-flavor-banana-cream-pie@2x.png') 15px center no-repeat;
    background-size: 24px;
}
#product-ingredients .dom-tabs li.fruity-cereal.active,
#product-ingredients .dom-tabs li.fruity-cereal:hover {
    background: #f88796 url('../../images/2017-images/product-ingredients-flavor-fruity-cereal-active@2x.png') 15px center no-repeat;
    background-size: 21px;
    color: #fff;
}

/* Supplement Facts Labels */

#product-ingredients .img {
    float: right;
    margin-left: 50px;
    background-size: 100%;
    margin-bottom: 30px;
    width: 50%;
    max-width: 584px;
}

#product-ingredients .product-label {
    margin-left: 50px;
    margin-bottom: 30px;
    float: right;
    display: block;
}

.thrive #product-ingredients .product-label {
    background: url('../../images/2017-images/product-ingredients-thrive.png') center no-repeat;
    width: 512px;
    height: 1274px;
}

.atlas #product-ingredients .product-label {
    background: url('../../images/2017-images/product-ingredients-atlas.png') center no-repeat;
    width: 512px;
    height: 1341px;
}

#product-ingredients .label {
    float: right;
    margin-left: 50px;
    margin-bottom: 30px;
    width: 511px;
}

#product-ingredients .triumph-uses {
    background: url('../../images/2017-images/product-triumph-ingredients-and-use.png') center no-repeat;
    width: 457px;
    height: 87px;
    margin-top: 40px;
    display: block;
}

#product-ingredients strong.uppercase {
    text-align: left;
    font-weight: 700;
    display: block;
    margin-top: 70px;
    font-size: 20px;
    letter-spacing: -0.5px;
}














/*--------------------------------------------------------------
# WooCommerce Amazon Messages
--------------------------------------------------------------*/

#checkout #amazon_customer_details .col2-set .col-1 {
    width: 100%;
    margin-top: -20px;
}

#checkout #amazon_customer_details .col2-set .col-2 {
    width: 100%;
}

#checkout #amazon_customer_details h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

#amazon_wallet_widget,
#amazon_addressbook_widget {
    margin-bottom: 25px;
}

body.user-not-logged-in #checkout #amazon_customer_details .create-account {
    display: none;
}














/** Product Tooltip on info icon at checkout page **/
.icon {
    width: 14px;
    height: 14px;
    background-image: url('../../images/2017-images/cart-slider-info-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    left: 0;
    top: 40px;
}

.tooltip {
    display: none;
    max-width: 496px;
    height: auto;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 14px 21px 0 rgba(0, 0, 0, .09);
    clear: both;
    z-index: 99999;
    border: 1px #E3E3E3 solid;
    position: absolute;
    width: 450px;
}

.tooltip:before {
    top: 22px;
    right: -9px;
    transform: scaleX(-1);
    position: absolute;
    background: url('../../images/2017-images/product-tooltip-arrow.png') center no-repeat;
    content: "";
    width: 9px;
    height: 19px;
    z-index: 99999;
}























/*--------------------------------------------------------------
# WooCommerce Apple Pay
--------------------------------------------------------------*/

#checkout input#braintree-applepay-button {
    display: none !important;
}















/*--------------------------------------------------------------
# Legion Loader
--------------------------------------------------------------*/

@keyframes ldsWedges {

  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ldsWedges {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ldsWedges {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -65px;
  margin-left: -35px;
}

.ldsWedges > div > div {
  -webkit-transform-origin: 100px 100px;
  transform-origin: 100px 100px;
  -webkit-animation: ldsWedges 3s linear infinite;
  animation: ldsWedges 3s linear infinite;
  opacity: 0.8;
}

.ldsWedges > div > div > div {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 70px;
  height: 70px;
  border-radius: 70px 0 0 0;
  -webkit-transform-origin: 100px 100px;
  transform-origin: 100px 100px;
}

.ldsWedges > div div:nth-child(1) > div {
  background: #01a2ff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ldsWedges > div div:nth-child(1) {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.ldsWedges > div div:nth-child(2) > div {
  background: #E9EBEC;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ldsWedges > div div:nth-child(2) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.ldsWedges > div div:nth-child(3) > div {
  background: #666666;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ldsWedges > div div:nth-child(3) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.ldsWedges > div div:nth-child(4) > div {
  background: #008ddf;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ldsWedges > div div:nth-child(4) {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.ldsWedges {
  width: 64px !important;
  height: 64px !important;
  -webkit-transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
  transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
}















/*--------------------------------------------------------------
# Thank you page and upsell...
--------------------------------------------------------------*/

#main.thank-you-page section.intro .downloads a.btn.PDF,
#main.thank-you-page section.intro .downloads a.btn.DRIVE,
#main.thank-you-page section.intro .downloads a.btn.EPUB {
    display: none;
}

#main.thank-you-page .download-links.mobile {
    display: none;
}

#main.thank-you-page section.order-details .info ul.products li .order-subscription {
    white-space: initial;
    min-width: initial;
    position: initial;
}

#main.thank-you-page .product-text ol.indented {
    margin-left: 50px;
}

#main.thank-you-page .product-text ol.indented li {
    padding-left: 20px;
}

#main.thank-you-page span.nowrap {
    white-space: nowrap;
}

#main.thank-you-page .product-text ul li {
    margin-bottom: 15px;
    font-weight: bold;
    padding-left: 46px;
    background: url('../../images/2017-images/list-item.png') left 6px no-repeat;
    font-size: 18px;
    min-height: 24px;
    line-height: 1.5;
}

.bx-pager,
[class^="styles_subContainer_"],
[class^="styles_productCategories_"],
[class^="styles_arrowDown_"],
[class^="styles_arrowUp_"] {
    display: none;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li {
    flex-wrap: wrap;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products .col.name .name li.stack-item {
    padding: 5px 0;
    border: none;
    font-size: 16px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products .col.name .name li.stack-item strong {
    font-size: 16px;
    margin-bottom: 0px;
    padding-right: 5px;
}

#main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products .col.name .name li.stack-item span {
    margin-bottom: 0px;
}

#main.thank-you-page #react-product-details h1 {
    display: block !important;
}

#main.thank-you-page section.offer header .offer-message {
    margin-top: 18px;
    margin-bottom: 3px;
}

#main.thank-you-page section.offer.meal.plans #react-product-details > div {
    padding-bottom: 45px;
}

#main.thank-you-page #timer {
    display: inline-block;
    text-align: center;
    font-family: Segment7;
    color: #27a2ff;
    font-size: 30px;
    letter-spacing: 1px;
    padding: 0 4px;
}

#main.thank-you-page #timer span {
    width: 42px;
    text-align: right;
    display: inline-block;
    position: relative;
    top: 6px;
}

#main.thank-you-page #timer-minutes/*,
#timer-seconds*/ {
    margin-right: 26px;
}

#main.thank-you-page #timer-minutes:after/*,
#timer-seconds:after*/ {
    content:":";
    position: absolute;
    right: -22px;
    font-family: Arial;
    top: -2px;
}

#main.thank-you-page .bill-ship-item span.amount {
    display: none;
}

#main.thank-you-page .bill-ship-item p small {
    font-size: 100%;
}

#main.thank-you-page .cta-buttons .add-to-cart {
    background: #27A2FF;
    border: none;
    font-size: 18px;
    color: #fff !important;
    clear: both;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 56px;
    cursor: pointer;
    display: block;
    width: 290px;
    height: 56px;
    text-align: center;
    margin: auto;
    text-decoration: none !important;
    font-weight: bold;
}

#main.thank-you-page .cta-buttons .add-to-cart:hover {
    background: #138EEB;
}

#main.thank-you-page .cta-buttons .no-thanks {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #bbb;
    clear: both;
    letter-spacing: .5px;
    text-decoration: none;
    line-height: 56px;
    cursor: pointer;
    display: block;
    width: 290px;
    height: 56px;
    text-align: center;
    margin: auto;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 4px;
}














/*--------------------------------------------------------------
# PRODUCT: Sticky Bar
--------------------------------------------------------------*/

#main .sticky-bar {
    z-index: 6;
}

#main #product-sticky {
    width: 100%;
    clear: both;
    height: 45px;
    text-align: center;
    position: relative;
    background: #f5f5f5;
    margin-top: 5px;
}

#main #product-sticky .sticky-bar-inner {
    border-bottom: 0px;
}

#main #product-sticky.is_stuck {
    text-align: left;
    border-bottom: 0px;
    background: #f5f4f4;
}

body.admin-bar #main #product-sticky.is_stuck {
    top: 147px !important;
}

body.top-sale-banner-active #product-sticky.is_stuck {
    top: 140px !important;
}

#main #product-sticky .sticky-toggle {
    text-align: center;
    width: 33.333%;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
}

#main #product-sticky .sticky-bar-inner {
    max-width: 1100px;
    margin: 0px auto;
    height: 100%;
}

#main #product-sticky.is_stuck .sticky-toggle {
    float: left;
}

#main #product-sticky .sticky-toggle a {
    width: 100%;
    height: 44px;
    display: block;
    padding: 13px 0 16px 0;
    color: #45A0F8;
}

#main #product-sticky .sticky-toggle p {
    position: relative;
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #232323;
}

#main #product-sticky .sticky-toggle p.product-info-toggle,
#main #product-sticky .sticky-toggle:hover p {
    border-bottom: 3px #00A2FF solid;
}

#main #product-sticky .sticky-toggle.active {
    color: #1B9EFC;
}

#main #product-sticky.is_stuck .sticky-toggle p {
    border-bottom: none;
    line-height: 16px;
    color: #232323;
}

#main #product-sticky.is_stuck .sticky-toggle:hover p {
    border-bottom: 3px #00A2FF solid;
}

#main #product-sticky .sticky-toggle.active p {
    /*color: #1B9EFC;*/
}

#main #product-sticky.is_stuck .sticky-toggle.active p {
    border-bottom: 3px #00A2FF solid;
}

#main #product-sticky .sticky-toggle p br {
    display: none;
}

#main #product-sticky.is_stuck .sticky-toggle a {
    width: 100%;
    height: 44px;
    display: block;
    padding: 16px 0 0 0px;
    color: #45A0F8;
}

#main #product-sticky.is_stuck .sticky-faq-toggle {
    max-width: 100px;
    margin-right:100px;
}

#main #product-sticky #sticky-logo {
    background: url('../../images/2017-images/product-sticky-nav-logo.png') center no-repeat;
    display: inline-block;
    width: 101px;
    height: 14px;
    text-indent: -9999px;
    position: absolute;
    left: 29px;
    top: 23px;
}

/* STICKY: Ingredients */

#main #product-sticky #stack-ingredients-toggle p:before {
    content: "";
    display: none;
    margin-right: 5px;
    position: absolute;
    top: -1px;
    left: -26px;
    width: 15px;
    height: 14px;
    background: url('../../images/2017-images/product-sticky-nav-ingredients.png') center no-repeat;
}

#main #product-sticky #stack-ingredients-toggle.active p:before {
    background: url('../../images/2017-images/product-sticky-nav-ingredients-active.png') center no-repeat;
}

/* STICKY: FAQ */

#main #product-sticky #stack-faq-toggle p:before {
    content: "";
    display: none;
    margin-right: 10px;
    position: absolute;
    top: -1px;
    left: -26px;
    width: 14px;
    height: 14px;
    background: url('../../images/2017-images/product-sticky-nav-faq.png') center no-repeat;
}

#main #product-sticky #stack-faq-toggle.active p:before {
    background: url('../../images/2017-images/product-sticky-nav-faq-active.png') center no-repeat;
}

/* STICKY: Reviews */

#main #product-sticky #meal-plan-reviews-toggle p:before,
#main #product-sticky #book-reviews-toggle p:before,
#main #product-sticky #stack-reviews-toggle p:before,
#main #product-sticky #apparel-reviews-toggle p:before {
    content: "";
    display: none;
    margin-right: 10px;
    position: absolute;
    top: -1px;
    left: -26px;
    width: 16px;
    height: 15px;
    background: url('../../images/2017-images/product-sticky-nav-reviews.png') center no-repeat;
}

#main #product-sticky #meal-plan-reviews-toggle.active p:before,
#main #product-sticky #book-reviews-toggle.active p:before,
#main #product-sticky #apparel-reviews-toggle.active p:before,
#main #product-sticky #stack-reviews-toggle.active p:before {
    background: url('../../images/2017-images/product-sticky-nav-reviews-active.png') center no-repeat;
}

/* STICKY: How To Use */

#main #product-sticky #stack-how-toggle p:before {
    content: "";
    display: none;
    margin-right: 10px;
    position: absolute;
    top: -1px;
    left: -26px;
    width: 14px;
    height: 14px;
    background: url('../../images/2017-images/product-sticky-nav-faq.png') center no-repeat;
}

#main #product-sticky #stack-how-toggle.active p:before {
    background: url('../../images/2017-images/product-sticky-nav-faq-active.png') center no-repeat;
}

.remodal #product-ingredients {
    padding: 25px 0;
}

@media (max-width: 767px) {
    #sticky-spacer {
        display: none;
    }
}















/*--------------------------------------------------------------
# Thank you page rewards...
--------------------------------------------------------------*/

#main.thank-you-page #referral-section {
    padding: 10px 0 45px 0;
    margin-bottom: 0;
    background: #fff;
    min-height: auto !important;
}

#main.thank-you-page #referral-section .swell-referral-holder .swell-referral-content-container .swell-referral-content-main .swell-referral-heading:not(:empty) {
    font-size: 36px;
    margin-bottom: 23px;
}

#main.thank-you-page #referral-section .swell-referral-holder .swell-referral-content-container .swell-referral-content-main .swell-referral-details {
    margin-bottom: 0;
    font-size: 16px;
}

#main.thank-you-page #referral-section .swell-referral-holder .swell-referral-content-container .swell-referral-content-main .swell-referral-form-wrapper .swell-referral-form-list .swell-referral-form-list-field .field-holder .swell-referral-form-list-field-input {
    font-size: 15px;
    padding: 18px 10px 18px 16px;
}

#main.thank-you-page .referral-section .swell-referral-holder .swell-referral-content-container .swell-referral-content-main .swell-referral-form-wrapper {
    background-color: #fff !important;
}

#main.thank-you-page .swell-referral-form-header,
#main.thank-you-page .swell-referral-media-wrapper {
    display: none;
}

#main.thank-you-page .swell-referral-form-list-submit {
    width: 100% !important;
}

@media (min-width: 767px) {
    #main.thank-you-page .referral-section .swell-referral-holder .swell-referral-content-container .swell-referral-content-main .swell-referral-details {
        max-width: 100% !important;
        line-height: 29px !important;
    }
}

#main.thank-you-page .referral-section .swell-referral-holder .swell-referral-content-container .swell-referral-content-main .swell-referral-form-wrapper {
    padding-bottom: 0;
}

#main.thank-you-page .referral-section .swell-referral-holder .swell-referral-content-container .swell-referral-content-main .swell-referral-form-wrapper .swell-referral-form-list .swell-referral-form-list-field:first-child {
    border: 1px solid #e3e3e3;
}

#main.thank-you-page .referral-section .swell-referral-holder .swell-referral-content-container .swell-referral-content-main .swell-referral-form-wrapper .swell-referral-form-list .swell-referral-form-list-field .field-holder img {
    display: none;
}










/*--------------------------------------------------------------
# reCAPTCHA v3
--------------------------------------------------------------*/

.recaptcha-disclosure-checkout {
    color: #0a0a0a;
    font-size: 11px;
    letter-spacing: 0.3px;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 10px;
    line-height: 14px;
}

.recaptcha-disclosure-checkout a {
    color: #000;
}

/*@media screen and (max-width: 1099px) {
    .recaptcha-disclosure-checkout {
        margin-bottom: 15px;
        max-width: 330px;
        line-height: 13px;
    }
}

@media screen and (max-width: 767px) {
    .recaptcha-disclosure-checkout {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 11px;
        max-width: 310px;
        line-height: 16px;
        font-size: 12px;
    }
}


@media screen and (max-width: 370px) {
    .recaptcha-disclosure-checkout {
        font-size: 10px;
    }
}*/














/*--------------------------------------------------------------
# Thank You Page Updates July 2021
--------------------------------------------------------------*/

body.woocommerce-order-received .blog #more-from-legion {
    background: #fff;
    padding-bottom: 15px;
}

body.woocommerce-order-received .blog .read-more.orange {
    background-color: #27a2ff;
    border: 1px solid #27a2ff;
}

body.woocommerce-order-received .blog .read-more.orange:hover {
    background-color: #2099f5;
    border: 1px solid #2099f5;
}

#thank-you-survey {
    margin: 0 auto 53px auto;
}

#thank-you-survey form {

}

#thank-you-survey form h3 {
    font-weight: bold;
    color: #293644;
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}

#thank-you-survey form p {
    font-size: 17px;
    line-height: 1.5;
    color: #333333;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 20px;
}

#thank-you-survey form .thank-you-experience-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

#thank-you-survey form .thank-you-experience-options label {
    width: 125px;
    margin: 0 10px;
    cursor: pointer;
}

#thank-you-survey form .thank-you-experience-options label:hover {
    opacity: 0.8;
}

#thank-you-survey form .thank-you-experience-options label .experience-icon {
    width: 96px;
    height: 96px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#thank-you-survey form .thank-you-experience-options label .experience-4 {
    background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-4-stars-gray.png');
}

#thank-you-survey form .thank-you-experience-options label .experience-3 {
    background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-3-stars-gray.png');
}

#thank-you-survey form .thank-you-experience-options label .experience-2 {
    background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-2-stars-gray.png');
}

#thank-you-survey form .thank-you-experience-options label .experience-1 {
    background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-1-star-gray.png');
}

#thank-you-survey form .thank-you-experience-options label .experience-0 {
    background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-dash-gray.png');
}

#thank-you-survey form .thank-you-experience-options label input[value="loved-it"]:checked ~ .experience-icon {
    background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-4-stars-blue.png');
}

#thank-you-survey form .thank-you-experience-options label input[value="liked-it"]:checked ~ .experience-icon {
    background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-3-stars-blue.png');
}

#thank-you-survey form .thank-you-experience-options label input[value="was-okay"]:checked ~ .experience-icon {
    background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-2-stars-blue.png');
}

#thank-you-survey form .thank-you-experience-options label input[value="did-not-like"]:checked ~ .experience-icon {
    background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-1-star-blue.png');
}

#thank-you-survey form .thank-you-experience-options label input[value="hated-it"]:checked ~ .experience-icon {
    background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-dash-blue.png');
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #thank-you-survey form .thank-you-experience-options label .experience-4 {
        background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-4-stars-gray-retina.png');
        background-size: 96px;
    }

    #thank-you-survey form .thank-you-experience-options label .experience-3 {
        background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-3-stars-gray-retina.png');
        background-size: 96px;
    }

    #thank-you-survey form .thank-you-experience-options label .experience-2 {
        background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-2-stars-gray-retina.png');
        background-size: 96px;
    }

    #thank-you-survey form .thank-you-experience-options label .experience-1 {
        background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-1-star-gray-retina.png');
        background-size: 96px;
    }

    #thank-you-survey form .thank-you-experience-options label .experience-0 {
        background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-dash-gray-retina.png');
        background-size: 96px;
    }

    #thank-you-survey form .thank-you-experience-options label input[value="loved-it"]:checked ~ .experience-icon {
        background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-4-stars-blue-retina.png');
        background-size: 96px;
    }

    #thank-you-survey form .thank-you-experience-options label input[value="liked-it"]:checked ~ .experience-icon {
        background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-3-stars-blue-retina.png');
        background-size: 96px;
    }

    #thank-you-survey form .thank-you-experience-options label input[value="was-okay"]:checked ~ .experience-icon {
        background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-2-stars-blue-retina.png');
        background-size: 96px;
    }

    #thank-you-survey form .thank-you-experience-options label input[value="did-not-like"]:checked ~ .experience-icon {
        background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-1-star-blue-retina.png');
        background-size: 96px;
    }

    #thank-you-survey form .thank-you-experience-options label input[value="hated-it"]:checked ~ .experience-icon {
        background-image: url('../../images/2017-images/thank-you-page-survey-assets/rating-dash-blue-retina.png');
        background-size: 96px;
    }
}

#thank-you-survey form .thank-you-experience-options label span {
    width: 100%;
    display: block;
    text-align: center;
}

#thank-you-survey form .thank-you-experience-options label input[type="radio"] {
    display: none;
}

#thank-you-survey div.thank-you-experience-input-wrapper {
    border-radius: 7px;
    border: 5px solid #f5f7f8;
    margin-bottom: 20px;
}

#thank-you-survey form select,
#thank-you-survey form textarea {
    border-radius: 2px;
    border: 1px solid #cdcdcd;
    padding: 18px;
    font-size: 16px;
    width: 100%;
    display:block;
    overflow:hidden;
    resize: none;
    line-height: 24px;
    background: #fff;
}

#thank-you-survey form span.checkbox {
    display: block;
    margin: 8px 0;
    line-height: 1.6;
}

#thank-you-survey form span.checkbox input {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-right: 11px;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #c2c2c2;
    position: relative;
    top: 3px;
}

#thank-you-survey form span.checkbox input:checked {
    background: #27A2FF url('../../images/2017-images/checkout-checkmark@2x.png') center no-repeat;
    background-size: 11px;
    border: 1px solid #27A2FF;
}

#thank-you-survey form #heardAboutOther {
    margin-top: 20px;
}

#thank-you-survey form button {
    background-color: #27a2ff;
    border: 1px solid #27a2ff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    padding: 16px 80px;
    margin-top: 50px;
}

#thank-you-survey form button:hover {
    background: #198EEB;
}

#thank-you-survey-complete {

}

#thank-you-survey-complete form {

}

#thank-you-survey-complete form h3 {
    font-weight: bold;
    color: #293644;
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}

#thank-you-survey-complete form p {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    max-width: 700px;
}

#thank-you-survey-complete form div {
    max-width: 530px;
    margin: 0 auto;
}

#thank-you-survey-complete form input[type="email"] {
    float: left;
    width: 68%;
    font-size: 15px;
    color: #000000;
    padding: 15px 12px 15px 41px;
    border-radius: 0;
    /*border: 1px #e3e3e3 solid;*/
    border-right: none;
    background-size: 12px;
    filter: grayscale(1);
}

#thank-you-survey-complete form input[type="submit"] {
    float: right;
    background-color: #27a2ff;
    border: 1px solid #27a2ff;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 19px;
}

#thank-you-survey-complete form input[type="submit"]:hover {
    background: #198EEB;
}










@media (min-width: 1025px) {
    #main.thank-you-page section.offer #product-main > .container {
        /*padding-left: 15px;*/
    }

    #main.thank-you-page section.offer #react-product-details {
        position: relative;
        left: -62px;
    }

    #main.thank-you-page section.offer.offer-pulse #react-product-details {
        left: -52px;
    }
}











/*--------------------------------------------------------------
# Retina Images
--------------------------------------------------------------*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon {
        background-image: url('../../images/2017-images/cart-slider-info-icon@2x.png');
        background-size: 14px;
    }

    .tooltip:before {
        background: url('../../images/2017-images/product-tooltip-arrow@2x.png') center no-repeat;
        background-size: 9px;
    }

    /* #shopping-cart-right .bot input[type="radio"],
    #checkout #shipping-methods input[type="radio"],
    #checkout .col #payment-methods input[type="radio"],
    #shipping_method li label:after {
        background: url('../../images/2017-images/checkout-radio-button@2x.png') center no-repeat;
        background-size: 16px;
    } */

    #shopping-cart-right .bot input[type="radio"]:checked,
    #checkout .col #payment-methods input[type="radio"]:checked,
    #shipping_method li input[type="radio"]:checked ~ label:after,
    #checkout #shipping-methods input[type="radio"]:checked,
    #checkout-shipping #shipping_method li input[type="radio"]:checked,
    #checkout-payment div#bill-to-same-address input[type="radio"]:checked,
    #checkout-payment div#bill-to-different-address input[type="radio"]:checked {
        background: #27a2ff url('../../images/2017-images/checkout-checkmark@2x.png') center no-repeat;
        background-size: 11px;
    }

    #checkout .col #payment-methods .choice > label[for="payment_method_braintree_applepay_payments"] {
        background: #FFFFFF url('../../images/2017-images/checkout/applepay-black@2x.png') calc(100% - 18px) center no-repeat;
        background-size: 54px;
    }

    #checkout .col #payment-methods .choice > label[for="payment_method_braintree_paypal_payments"] {
        background: #FFFFFF url('../../images/checkout/paypal-icon@2x.png') calc(100% - 22px) center no-repeat;
        background-size: 66px;
    }

    #checkout .col #payment-methods .choice > label[for="payment_method_amazonpay"] {
        background: #FFFFFF url('../../images/2017-images/checkout/amazon-pay-colored@2x.png') calc(100% - 22px) center no-repeat;
        background-position-y: 22px;
        background-size: 65px;
    }

    #checkout .col input[type="checkbox"]#sms-confirm:checked {
        background: #27a2ff url('../../images/2017-images/checkout-checkmark@2x.png') center no-repeat;
        border: 1px solid #27a2ff;
        background-size: 11px;
    }
}





@media (max-width: 1199px) and (min-width: 1025px) {
    .checkout-badge-wrap .moneyback {
        float: none;
        margin: auto;
    }

    .checkout-badge-wrap a {
        float: none;
        margin: 0 auto;
        display: block;
        position: relative;
    }

    .recaptcha-disclosure-checkout {
        margin-top: 15px;
    }
}







/*--------------------------------------------------------------
# Retina Images
--------------------------------------------------------------*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #product-ingredients h3.suggested-use:before {
        background: url('../../images/2017-images/ingredients-product-suggested-use@2x.png') center no-repeat;
        background-size: 32px;
    }

    #product-ingredients h3.warning:before {
        background: url('../../images/2017-images/ingredients-product-warning@2x.png') center no-repeat;
        background-size: 40px;
    }

    #references .ref-back-arrow {
        background: #e8e8e8 url('../../images/2017-images/ref-back-arrow@2x.png') center no-repeat;
        background-size: 8px;
    }

    #product-ingredients .dom-tabs li.vanilla {
        background: url('../../images/2017-images/product-ingredients-flavor-vanilla@2x.png') 20px center no-repeat;
        background-size: 18px;
    }

    #product-ingredients .dom-tabs li.chocolate {
        background: url('../../images/2017-images/product-ingredients-flavor-chocolate@2x.png') 20px center no-repeat;
        background-size: 12px;
    }

    #product-ingredients .dom-tabs li.eggnog {
        background: url('../../images/2017-images/product-ingredients-flavor-eggnog@2x.png') 20px center no-repeat;
        background-size: 18px;
    }

    #product-ingredients .dom-tabs li.fruitpunch {
        background: url('../../images/2017-images/product-ingredients-flavor-fruitpunch@2x.png') 20px center no-repeat;
        background-size: 19px;
    }

    #product-ingredients .dom-tabs li.unflavored {
        background: url('../../images/2017-images/product-ingredients-flavor-unflavored@2x.png') 20px center no-repeat;
        background-size: 19px;
    }

    #product-ingredients .dom-tabs li.cookies {
        background: url('../../images/2017-images/product-ingredients-flavor-cookies@2x.png') 20px center no-repeat;
        background-size: 19px;
    }

    #product-ingredients .dom-tabs li.grape {
        background: url('../../images/2017-images/product-ingredients-flavor-grape@2x.png') 20px center no-repeat;
        background-size: 16px;
    }

    #product-ingredients .dom-tabs li.greenapple {
        background: url('../../images/2017-images/product-ingredients-flavor-green-apple@2x.png') 20px center no-repeat;
        background-size: 18px;
    }

    #product-ingredients .dom-tabs li.blue-raspberry {
        background: url('../../images/2017-images/product-ingredients-flavor-blue-raspberry@2x.png') 20px center no-repeat;
        background-size: 14px;
    }

    #product-ingredients .dom-tabs li.blueberry-lemonade {
        background: url('../../images/2017-images/product-ingredients-flavor-blueberry-lemonade@2x.png') 20px center no-repeat;
        background-size: 18px;
    }

    #product-ingredients .dom-tabs li.watermelon {
        background: url('../../images/2017-images/product-ingredients-flavor-watermelon@2x.png') 20px center no-repeat;
        background-size: 22px;
    }

    #product-ingredients .dom-tabs li.strawberry-banana {
        background: url('../../images/2017-images/product-ingredients-flavor-strawberry-banana@2x.png') 20px center no-repeat;
        background-size: 23px;
    }

    #product-ingredients .dom-tabs li.vanilla.active,
    #product-ingredients .dom-tabs li.vanilla:hover {
        background: #F1E5B2 url('../../images/2017-images/product-ingredients-flavor-vanilla-active@2x.png') 20px center no-repeat;
        background-size: 18px;
    }

    #product-ingredients .dom-tabs li.chocolate.active,
    #product-ingredients .dom-tabs li.chocolate:hover {
        background: #604B3C url('../../images/2017-images/product-ingredients-flavor-chocolate-active@2x.png') 20px center no-repeat;
        background-size: 12px;
    }

    #product-ingredients .dom-tabs li.eggnog.active,
    #product-ingredients .dom-tabs li.eggnog:hover {
        background: #CDC2AE url('../../images/2017-images/product-ingredients-flavor-eggnog-active@2x.png') 20px center no-repeat;
        background-size: 18px;
    }

    #product-ingredients .dom-tabs li.fruitpunch.active,
    #product-ingredients .dom-tabs li.fruitpunch:hover {
        background: #E23D40 url('../../images/2017-images/product-ingredients-flavor-fruitpunch-active@2x.png') 20px center no-repeat;
        background-size: 19px;
    }

    #product-ingredients .dom-tabs li.cookies.active,
    #product-ingredients .dom-tabs li.cookies:hover {
        background: #D7B57B url('../../images/2017-images/product-ingredients-flavor-cookies-active@2x.png') 20px center no-repeat;
        background-size: 19px;
    }

    #product-ingredients .dom-tabs li.unflavored.active,
    #product-ingredients .dom-tabs li.unflavored:hover {
        background: #A6A6A6 url('../../images/2017-images/product-ingredients-flavor-unflavored-active@2x.png') 20px center no-repeat;
        background-size: 19px;
    }

    #product-ingredients .dom-tabs li.grape.active,
    #product-ingredients .dom-tabs li.grape:hover {
        background: #9E2B8D url('../../images/2017-images/product-ingredients-flavor-grape-active@2x.png') 20px center no-repeat;
        background-size: 16px;
    }

    #product-ingredients .dom-tabs li.greenapple.active,
    #product-ingredients .dom-tabs li.greenapple:hover {
        background: #36E00E url('../../images/2017-images/product-ingredients-flavor-green-apple-active@2x.png') 20px center no-repeat;
        background-size: 18px;
    }

    #product-ingredients .dom-tabs li.blue-raspberry.active,
    #product-ingredients .dom-tabs li.blue-raspberry:hover {
        background: #1889F7 url('../../images/2017-images/product-ingredients-flavor-blue-raspberry-active@2x.png') 20px center no-repeat;
        background-size: 14px;
    }
    #product-ingredients .dom-tabs li.blueberry-lemonade.active,
    #product-ingredients .dom-tabs li.blueberry-lemonade:hover {
        background: #1ea4df url('../../images/2017-images/product-ingredients-flavor-blueberry-lemonade-active@2x.png') 20px center no-repeat;
        background-size: 14px;
    }

    #product-ingredients .dom-tabs li.watermelon.active,
    #product-ingredients .dom-tabs li.watermelon:hover {
        background: #FD7D7D url('../../images/2017-images/product-ingredients-flavor-watermelon-active@2x.png') 20px center no-repeat;
        background-size: 22px;
    }

    #product-ingredients .dom-tabs li.strawberry-banana.active,
    #product-ingredients .dom-tabs li.strawberry-banana:hover {
        background: #EEA5B0 url('../../images/2017-images/product-ingredients-flavor-strawberry-banana-active@2x.png') 20px center no-repeat;
        background-size: 23px;
    }

    #product-ingredients .dom-tabs li.chocolate-peanut-butter {
        background: url('../../images/2017-images/product-option-flavor-chocolate-peanut-butter@2x.png') 20px center no-repeat;
        background-size: 20px;
    }

    #product-ingredients .dom-tabs li.chocolate-peanut-butter.active,
    #product-ingredients .dom-tabs li.chocolate-peanut-butter:hover {
        background: #8E532E url('../../images/2017-images/product-option-flavor-chocolate-peanut-butter-active@2x.png') 20px center no-repeat;
        background-size: 20px;
    }
}




/*********
* MOBILE CHECKOUT PAGE PRODUCT INFO TRAYS
**********/

@media (max-width: 1024px) {
    .checkout-tos-container {
        position: relative;
        font-weight: 600;
        background-color: #f8f8f8;
    }

    body.woocommerce-checkout .mobTray {
        display: block;
        position: relative;
        border: none;
        box-shadow: none;
        left: 0;
        top: 0;
    }

    body.woocommerce-checkout .mobTray:before {
        display: none;
    }

    #main.thank-you-page {
        margin-top: 106px;
    }

    body.admin-bar.woocommerce-order-received #main.thank-you-page {
        margin-top: 106px;
    }

    .frozen .checkoutToggleSubmit,
    .checkoutToggleWait,
    .frozen .checkoutToggleWait,
    .checkoutToggle {
        margin-top: 33px;
        margin: 18px auto 0;
        position: static;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) #header .logo {
        left: 0;
    }

    #main.thank-you-page section.intro {
        padding: 37px 0 31px;
    }

    #main.thank-you-page section.intro h3 {
        font-size: 33px;
    }

    #main.thank-you-page section.intro p {
        width: 96%;
    }

    #main.thank-you-page section.intro .downloads {
        max-width: 671px;
    }

    #main.thank-you-page section.intro .downloads .img {
        width: 321px;
        height: 299px;
        margin-right: 38px;
    }

    #main.thank-you-page section.intro .downloads .right {
        max-width: 312px;
        padding-top: 17px;
    }

    #main.thank-you-page section.intro .downloads h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #main.thank-you-page section.order-details h4 {
        font-size: 33px;
        margin-bottom: 16px;
    }

    #main.thank-you-page section.order-details {
        padding: 0;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details {
        width: 100%;
    }

    #main.thank-you-page section.order-details #order-info-shipping-billing-sms {
        width: 100%;
    }

    #main.thank-you-page section#thank-you-sms {
        padding-left: 0;
        margin-bottom: 38px;
    }

    #main.thank-you-page section.order-details {
        margin-bottom: 0;
    }

    /* #main.thank-you-page section.order-details .order-header {
        height: 66px;
        line-height: 66px;
    }

    #main.thank-you-page section.order-details .order-header span {
        height: 66px;
    }

    #main.thank-you-page section.order-details .order-header .price,
    #main.thank-you-page section.order-details .order-header .quantity,
    #main.thank-you-page section.order-details .order-header .total {
        padding-left: 0;
        text-align: center;
    } */

    #main.thank-you-page .tell-the-world {
        padding: 36px 0 0;
    }

    #main.thank-you-page .tell-the-world h2 {
        font-size: 27px;
    }

    #main.thank-you-page .tell-the-world .social-buttons {
        margin-bottom: 94px;
    }

    #main.thank-you-page .tell-the-world .social-buttons a {
        width: 214px;
        height: 48px;
        line-height: 48px;
        font-size: 12px;
        margin: 0 8px;
    }

    #main.thank-you-page .tell-the-world .social-buttons a.facebook {
        background-position: 18px 16px !important;
        padding-left: 46px;
        background-size: 8px !important;
    }

    #main.thank-you-page .tell-the-world .social-buttons a.twitter {
        background-position: 16px !important;
        padding-left: 53px;
        background-size: 15px !important;
    }

    #main.thank-you-page .tell-the-world .social-buttons a.google {
        background-position: 16px !important;
        padding-left: 57px;
        background-size: 20px !important;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend {
        height: 353px;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .refer-tabs {
        max-width: 466px;
        height: 54px;
        top: -54px;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .refer-tabs .tab {
        height: 54px;
        line-height: 54px;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .right {
        width: 326px;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .left h3 {
        font-size: 27px;
        margin-bottom: 20px;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .left p {
        font-size: 16px;
        max-width: 312px;
        line-height: 1.8;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .left,
    #main.thank-you-page .tell-the-world .refer-a-friend .right {
        top: -10px;
        position: relative;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .right .add-email {
        padding-left: 19px;
    }

    #main.thank-you-page section.help-us-help-you {
        padding: 25px 0;
    }

    #main.thank-you-page section.help-us-help-you h4 {
        font-size: 27px;
    }

    #main.thank-you-page section.help-us-help-you p {
        font-size: 18px;
        line-height: 1.6;
    }

    #main.thank-you-page section.help-us-help-you p {
        max-width: 474px;
    }

    #checkout .col .account-table#review-order .table-body .order-product .order-review-item-thumb {
        width: 10%;
    }

    body.woocommerce-checkout.admin-bar:not(.woocommerce-order-received) #main {
        padding-top: 30px;
    }

    .woocommerce-checkout ul.woocommerce-error,
    .woocommerce-checkout .woocommerce-message  {
      z-index: 10000;
      position: fixed;
    }

    #checkout .select2-selection {
        height: 40px;
        border-radius: 0;
        color: #000;
        border-color: #C3C3C3;
        background: transparent;
        z-index: 3;
        position: relative;
        padding-left: 4px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details p.order-rewards {
        margin-top: 14px;
        margin-bottom: 10px;
        text-align: left;
    }

    #main.thank-you-page section.order-details h5#order-addition-thank-you {
        top: 11px;
        line-height: 28px;
    }

    #main.thank-you-page .referral-section {
        display: block;
    }

    #main.thank-you-page .referral-section .redeem-holder {
        margin-top: 39px;
        padding-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #product-ingredients .product-label {
        float: none;
        margin: 0 auto 30px;
    }

    #product-ingredients .label {
        max-width: 260px;
        margin: 40px auto;
        display: block;
        float: none;
    }

    #product-ingredients h3 {
        width: 228px;
        margin: 0px auto 30px;
    }

    #product-ingredients h3.warning {
        width: 195px;
    }

    #product-ingredients strong.uppercase {
        text-align: center;
    }

    #product-ingredients .container {
        padding: 0px;
    }

    #thank-you-survey form .thank-you-experience-options label {
        margin: 15px 6%;
    }

    body.woocommerce-order-received .blog #more-from-legion h2 {
        font-size: 28px;
    }

}











@media (max-width: 1012px) {
    .tooltip {
        right: auto;
        left: 100%;
        text-align: center;
        position: relative;
        max-width: 100%;
        width: 100%;
    }
    .tooltip .productTooltip {
        padding: 20px;
        margin: 0px auto;
    }
    .tooltip .productTooltip span {
        display: inline-flex;
        padding: 5px;
        padding-left: 20px;
    }

    .tooltip .productTooltip span.img {
        display: inline;
        padding: 0px;
    }

    .tooltip .productTooltip strong {
        display: block;
        font-size: 22px;
    }
    .tooltip .productTooltip img {
        display: block;
        margin: 5px auto;
    }

    .tooltip:before {
        top: 22px;
        right: auto;
        left: -9px;
        transform: scaleX(1);
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.grape,
    .woocommerce-checkout-review-order-table .flavor.grape {
        background: #fff url('../../images/2017-images/product-option-flavor-grape@2x.png') left center no-repeat;
        background-size: 10px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.chocolateChipCookieDough,
    .woocommerce-checkout-review-order-table .flavor.chocolateChipCookieDough {
        background: #fff url('../../images/2017-images/product-option-flavor-chocolate-chip-cookie-dough@2x.png') left center no-repeat;
        background-size: 18px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.strawberryBanana,
    .woocommerce-checkout-review-order-table .flavor.strawberryBanana {
        background: #fff url('../../images/2017-images/product-option-flavor-strawberry-banana@2x.png') left center no-repeat;
        background-size: 16px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.fruitPunch,
    .woocommerce-checkout-review-order-table .flavor.fruitPunch {
        background: #fff url('../../images/2017-images/product-option-flavor-fruit-punch@2x.png') left center no-repeat;
        background-size: 20px;
        padding-left: 25px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.unflavored,
    .woocommerce-checkout-review-order-table .flavor.unflavored,
        #main.thank-you-page section.order-details .info ul.products li .flavor.original,
    .woocommerce-checkout-review-order-table .flavor.original  {
        background: #fff url('../../images/2017-images/product-option-flavor-unflavored@2x.png') left center no-repeat;
        background-size: 16px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.smores,
    .woocommerce-checkout-review-order-table .flavor.smores {
        background: #fff url('../../images/2017-images/product-option-flavor-smores@2x.png') left center no-repeat;
        background-size: 18px;
        padding-left: 22px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.watermelon,
    .woocommerce-checkout-review-order-table .flavor.watermelon {
        background: #fff url('../../images/2017-images/product-option-flavor-watermelon@2x.png') left center no-repeat;
        background-size: 22px;
        padding-left: 30px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.chocolate,
    .woocommerce-checkout-review-order-table .flavor.chocolate,
    #main.thank-you-page section.order-details .info ul.products li .flavor.dutchChocolate,
    .woocommerce-checkout-review-order-table .flavor.dutchChocolate,
    #main.thank-you-page section.order-details .info ul.products li .flavor.milkChocolate,
    .woocommerce-checkout-review-order-table .flavor.milkChocolate {
        background: #fff url('../../images/2017-images/product-option-flavor-chocolate@2x.png') left center no-repeat;
        background-size: 11px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.vanilla,
    .woocommerce-checkout-review-order-table .flavor.vanilla,
    #main.thank-you-page section.order-details .info ul.products li .flavor.frenchVanilla,
    .woocommerce-checkout-review-order-table .flavor.frenchVanilla {
        background: #fff url('../../images/2017-images/product-option-flavor-vanilla@2x.png') left center no-repeat;
        background-size: 18px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.chamomile,
    .woocommerce-checkout-review-order-table .flavor.chamomile {
        background: url('../../images/2017-images/product-option-flavor-chamomile@2x.png') left center no-repeat;
        background-size: contain;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.greenApple,
    .woocommerce-checkout-review-order-table .flavor.greenApple {
        background: url('../../images/2017-images/product-option-flavor-green-apple@2x.png') left center no-repeat;
        background-size: 20px;
        padding-left: 30px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.pinkLemonade,
    .woocommerce-checkout-review-order-table .flavor.pinkLemonade {
        background: #fff url('../../images/2017-images/product-option-flavor-pink-lemonade@2x.png') left center no-repeat;
        background-size: 15px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.cherryLimeade,
    .woocommerce-checkout-review-order-table .flavor.cherryLimeade {

        background: #fff url('../../images/2017-images/product-option-flavor-cherry-limeade@2x.png') left center no-repeat;
        background-size: 24px;
        padding-left: 30px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.eggnog,
    .woocommerce-checkout-review-order-table .flavor.eggnog {
        background: url('../../images/2017-images/product-option-flavor-eggnog@2x.png') left center no-repeat;
        background-size: contain;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.chocolatePeanutButter,
    .woocommerce-checkout-review-order-table .flavor.chocolatePeanutButter {
        background: url('../../images/2017-images/product-option-flavor-chocolate-peanut-butter@2x.png') left center no-repeat;
        background-size: 16px;
        padding-left: 25px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.blueRaspberry,
    .woocommerce-checkout-review-order-table .flavor.blueRaspberry {
        background: url('../../images/2017-images/product-option-flavor-blue-raspberry@2x.png') left center no-repeat;
        background-size: 14px;
        padding-left: 25px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.blueberryLemonade,
    .woocommerce-checkout-review-order-table .flavor.blueberryLemonade {
        background: url('../../images/2017-images/product-option-flavor-blueberry-lemonade@2x.png') left center no-repeat;
        background-size: 14px;
        padding-left: 25px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.mintChocolate,
    .woocommerce-checkout-review-order-table .flavor.mintChocolate {
        background: #fff url('../../images/2017-images/product-option-flavor-mint-chocolate@2x.png') left center no-repeat;
        background-size: 13px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.mochaCappuccino,
    .woocommerce-checkout-review-order-table .flavor.mochaCappuccino {
        background: #fff url('../../images/2017-images/product-option-flavor-mocha-cappuccino@2x.png') left center no-repeat;
        background-size: 18px;
        padding-left: 25px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.saltedCaramel,
    .woocommerce-checkout-review-order-table .flavor.saltedCaramel {
        background: #fff url('../../images/2017-images/product-option-flavor-salted-caramel@2x.png') left center no-repeat;
        background-size: 18px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.birthdayCake,
    .woocommerce-checkout-review-order-table .flavor.birthdayCake {
        background: #fff url('../../images/2017-images/product-option-flavor-birthday-cake@2x.png') left center no-repeat;
        background-size: 15px;
    }
    #main.thank-you-page section.order-details .info ul.products li .flavor.tropicalPunch,
    .woocommerce-checkout-review-order-table .flavor.tropicalPunch {
        background: #fff url('../../images/2017-images/product-option-flavor-tropical-punch@2x.png') left center no-repeat;
        background-size: 15px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.cookiesCream,
    .woocommerce-checkout-review-order-table .flavor.cookiesCream {
        background: url('../../images/2017-images/product-option-flavor-cookies-cream@2x.png') left center no-repeat;
        background-size: contain;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.acaiBerry,
    .woocommerce-checkout-review-order-table .flavor.acaiBerry {
        background: #fff url('../../images/2017-images/product-option-flavor-acai-berry@2x.png') left center no-repeat;
        background-size: 15px;
    }
    #main.thank-you-page section.order-details .info ul.products li .flavor.sourCandy,
    .woocommerce-checkout-review-order-table .flavor.sourCandy {
        background: #fff url('../../images/2017-images/product-option-flavor-sour-candy@2x.png') left center no-repeat;
        background-size: 14px;
    }
    #main.thank-you-page section.order-details .info ul.products li .flavor.strawberry,
    .woocommerce-checkout-review-order-table .flavor.strawberry {
        background: #fff url('../../images/2017-images/product-option-flavor-strawberry@2x.png') left center no-repeat;
        background-size: 14px;
    }
    #main.thank-you-page section.order-details .info ul.products li .flavor.strawberryKiwi,
    .woocommerce-checkout-review-order-table .flavor.strawberryKiwi {
        background: #fff url('../../images/2017-images/product-option-flavor-strawberry-kiwi@2x.png') left center no-repeat;
        background-size: 14px;
    }
    #main.thank-you-page section.order-details .info ul.products li .flavor.cinnamonCereal,
    .woocommerce-checkout-review-order-table .flavor.cinnamonCereal {
        background: #fff url('../../images/2017-images/product-option-flavor-cereal-milk@2x.png') left center no-repeat;
        background-size: 14px;
    }
    #main.thank-you-page section.order-details .info ul.products li .flavor.bananaCreamPie,
    .woocommerce-checkout-review-order-table .flavor.bananaCreamPie {
        background: #fff url('../../images/2017-images/product-option-flavor-banana-cream-pie@2x.png') left center no-repeat;
        background-size: 14px;
    }
    #main.thank-you-page section.order-details .info ul.products li .flavor.bubbleGum,
    .woocommerce-checkout-review-order-table .flavor.bubbleGum {
        background: #fff url('../../images/2017-images/product-option-flavor-bubble-gum@2x.png') left center no-repeat;
        background-size: 16px;
        padding-left: 25px;
    }
    #main.thank-you-page section.order-details .info ul.products li .flavor.fruityCereal,
    .woocommerce-checkout-review-order-table .flavor.fruityCereal {
        background: #fff url('../../images/2017-images/product-option-flavor-fruity-cereal@2x.png') left center no-repeat;
        background-size: 14px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.thirty-servings,
    .woocommerce-checkout-review-order-table .flavor.thirty-servings,
    #main.thank-you-page section.order-details .info ul.products li .flavor.fifty-servings,
    .woocommerce-checkout-review-order-table .flavor.fifty-servings {
        background: url('../../images/2017-images/product-option-whey-servings@2x.png') 1px center no-repeat;
        background-size: 10px;
    }

    #main.thank-you-page section.help-us-help-you form .wpcf7-form-control-wrap.menu-51:after {
        background: #FAFAFA url('../../images/2017-images/thank-you-rating-dd-arrow@2x.png') center no-repeat;
        background-size: 10px;
    }

    #main.thank-you-page section.tell-the-world .social-buttons a.facebook {
        background: #1693FB url('../../images/2017-images/thank-you-page-share-facebook@2x.png') 22px 20px no-repeat;
        background-size: 9px;
    }

    #main.thank-you-page section.tell-the-world .social-buttons a.twitter {
        background: #18BDFB url('../../images/2017-images/thank-you-page-share-twitter@2x.png') 18px 20px no-repeat;
        background-size: 18px;
    }

    #main.thank-you-page section.tell-the-world .social-buttons a.google {
        background: #E23D40 url('../../images/2017-images/thank-you-page-share-google@2x.png') 19px 20px no-repeat;
        background-size: 25px;
    }

    section.refer-a-friend .right .refer-option.refer-via-email form .email-field .remove {
        background: url('../../images/2017-images/thank-you-refer-friend-email-input-remove@2x.png') center no-repeat;
        background-size: 8px;
    }

    section.refer-a-friend .right .refer-option.refer-via-email form .add-field {
        background: url('../../images/2017-images/thank-you-plus-icon@2x.png') no-repeat 1px;
        background-size: 12px;
    }

    #checkout .col input[type="checkbox"]#ship-to-different-address-checkbox:checked,
    #checkout .col #payment-methods input[type="checkbox"]:checked {
        background: #5EC595 url('../../images/2017-images/checkout-checkmark@2x.png') center no-repeat;
        background-size: 11px;
    }

    /* #checkout .col #payment-methods input[type="radio"] {
        background: url('../../images/2017-images/checkout-radio-button@2x.png') center no-repeat;
        background-size: 16px;
    }

    #checkout .col #payment-methods input[type="radio"]:checked {
        background: url('../../images/2017-images/checkout-radio-button-checked@2x.png') center no-repeat;
        background-size: 16px;
    } */

    #checkout .col #payment-methods .three-col .select-container:after {
        background: url('../../images/2017-images/checkout-select-dd-arrow@2x.png') center no-repeat;
        background-size: 10px;
    }

    #checkout .select2-container .select2-choice:after {
        background: #FAFAFA url('../../images/2017-images/checkout-select-dd-arrow@2x.png') center no-repeat;
        background-size: 10px;
    }

    #checkout .col #payment-methods .choice .cards {
        background: url('../../images/2017-images/express-checkout-cards@2x.png') left no-repeat;
        background-size: 234px;
    }

    #checkout .col .account-table#review-order .table-body .order-qty .select-quantity .addsub.minus {
        background: url('../../images/2017-images/qty-select-minus@2x.png') center no-repeat;
        background-size: 5px;
    }

    #checkout .col .account-table#review-order .table-body .order-qty .select-quantity .addsub.plus {
        background: url('../../images/2017-images/qty-select-plus@2x.png') center no-repeat;
        background-size: 5px;
    }

    #checkout .col .account-table#review-order .table-body .order-delete .delete {
        background: url('../../images/2017-images/checkout-delete-product@2x.png') center no-repeat;
        background-size: 9px;
    }

    #main.thank-you-page section.help-us-help-you form textarea {
        background: #fff url('../../images/2017-images/thank-you-input-textarea@2x.png') 15px 20px no-repeat;
        background-size: 18px;
    }

    #main.thank-you-page section.help-us-help-you form .menu-51:before {
        background: url('../../images/2017-images/thank-you-input-rating@2x.png') center no-repeat;
        background-size: 18px;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .right input[type="email"] {
        background: #fff url('../../images/2017-images/refer-friend-input-email@2x.png') 19px 20px no-repeat;
        background-size: 18px;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .right .add-email {
        background: url('../../images/2017-images/thank-you-plus-icon@2x.png') left no-repeat;
        background-size: 12px;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .right .field .delete {
        background: #fff url('../../images/2017-images/refer-a-friend-delete-field-icon@2x.png') center no-repeat;
        background-size: 9px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .back-to-shop {
        background: url('../../images/2017-images/checkout-back-to-shop@2x.png') left center no-repeat;
        background-size: 7px;
    }

    #main.thank-you-page section.intro .downloads .img.the-30-day-bigger-leaner-stronger-transformation {
        background: url('../../images/2017-images/thank-you-books-men@2x.png') center no-repeat;
        background-size: 100%;
    }

    #main.thank-you-page section.intro .downloads .img.the-30-day-love-your-body-transformation {
        background: url('../../images/2017-images/thank-you-books-women@2x.png') center no-repeat;
        background-size: 100%;
    }

    .checkoutToggleEdit {
        background: url('../../images/2017-images/checkout-edit-icon@2x.png') 20px 16px no-repeat;
        background-size: 13px;
    }

    #checkout .col input[type="checkbox"]#ship-to-different-address-checkbox:checked,
    #checkout .col input[type="checkbox"]#use-shipping-for-billing-checkbox:checked,
    #checkout input[type="checkbox"]#sms-confirm:checked {
        background: #5EC595 url('../../images/2017-images/checkout-checkmark@2x.png') center no-repeat;
        background-size: 11px;
    }

    #checkout .col #payment-methods .choice > label[for="payment_method_braintree_payment_gateway"] {
        background: #FFFFFF url('../../images/2017-images/checkout/checkout-payment-option-creditcards@2x.png') calc(100% - 15px) center no-repeat;
        background-size: 141px;
    }

    .checkout-badge-wrap {
        margin: 45px auto 30px auto;
    }

    .recaptcha-disclosure-checkout {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1024px)  {
    .checkout-badge-wrap {
        margin: 45px auto;
    }
}

/*--------------------------------------------------------------
# MEDIA QUERIES: Checkout Desktop [ MAX WIDTH: 1023px PIXELS ]
--------------------------------------------------------------*/

@media screen and (min-width: 1025px)  {
    #checkout-payment .checkout-badge-wrap {
        position: relative;
        margin: 40px auto 10px auto;
        max-width: 100%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1419px) and (min-width: 1025px)  {

    #checkout {
        padding: 0;
    }

    #checkout .col-1,
    #checkout .col-2 {
        width: 33.3%;
    }

    #checkout .col.last {
        width: 33.3%;
    }

    #checkout .col #payment-methods .three-col .select-container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #checkout .col #payment-methods .three-col input[name="nmi_cvv"] {
        width: 100%;
    }

    .jp-card,
    .jp-card-container {
        width: 100% !important;
        min-width: 100% !important;
    }

}

@media screen and (max-width: 1024px) {

    body.woocommerce-checkout:not(.woocommerce-order-received) #header .mobile-container {
        display: none;
    }

    #checkout {
        max-width: 100%;
        margin: auto;
        padding: 0;
    }

    #checkout .checkout > .col .container {
        max-width: 768px;
        padding: 0 45px;
    }

    #checkout .checkout > .col {
        min-height: 0;
        height: auto;
    }

    #checkout .col-1,
    #checkout .col-2,
    #checkout .col.last {
        width: 100%;
    }

    #checkout .col p#billing_first_name_field,
    #checkout .col p#billing_last_name_field,
    #checkout .col p#billing_city_field,
    #checkout .col p#billing_state_field,
    #checkout .col p#billing_postcode_field,
    #checkout .col p#billing_state_field,
    #checkout .col p#billing_phone_field,
    #checkout .col p#shipping_first_name_field,
    #checkout .col p#shipping_last_name_field,
    #checkout .col p#shipping_city_field,
    #checkout .col p#shipping_state_field,
    #checkout .col p#shipping_postcode_field,
    #checkout .col p#shipping_state_field,
    #checkout .col p#shipping_phone_field {
        width: 334px;
    }

    #checkout .col .account-table#review-order {
        max-width: 100%;
    }

    #checkout .col #payment-methods .three-col .select-container {
        width: 32%;
        margin-right: 2%;
    }

    #checkout .col #payment-methods .three-col input[name="nmi_cvv"] {
        width: 32%;
    }

    #checkout .col h4 {
        text-align: center;
        font-size: 16px;
    }

    #checkout .coupon-code-container .update-cart {
        width: 236px;
    }

    /* Bonus Offer */

    #main.thank-you-page section.offer header .container {
        padding: 28px 0 0;
    }

    #main.thank-you-page section.offer header .offer-heading {
        margin-bottom: 0;
        padding: 0 30px;
    }

    #main.thank-you-page section.offer header .offer-message {
        background: #F5F5F5;
        padding: 0 20px 0 20px;
        margin-top: -8px;
        margin-bottom: -12px;
    }

    #main.thank-you-page section.offer header .offer-heading h3,
    #main.thank-you-page section.offer header .offer-message p {
        margin: 0 auto;
    }

    #main.thank-you-page section.offer header .offer-heading h3 {
        font-size: 33px;
    }

    #main.thank-you-page section.offer header .offer-message p {
        font-size: 22px;
    }

    #main.thank-you-page section.offer header .offer-why {

    }

    #main.thank-you-page section.offer header p.offer-text-why {
        margin-top: 17px;
        margin-bottom: 23px;
    }

    /* Order Details */

    #main.thank-you-page section.order-details .order-info-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 300px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details {
        grid-column: 1/3;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        box-shadow: none;
        padding-bottom: 10px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .product-image {
        width: 109px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-130-lbs-150-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-150-lbs-170-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-170-lbs-190-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-190-lbs-210-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-lean-bulking-meal-plans-100-lbs-120-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-150-lbs-170-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-170-lbs-190-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-190-lbs-210-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-210-lbs-230-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-100-lbs-120-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-120-lbs-140-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-140-lbs-160-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-160-lbs-180-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.the-little-black-book-of-workout-motivation,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.beyond-bigger-leaner-stronger {
        padding-bottom: 0;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-130-lbs-150-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-150-lbs-170-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-170-lbs-190-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-190-lbs-210-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-lean-bulking-meal-plans-100-lbs-120-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-lean-bulking-meal-plans-120-lbs-140-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-150-lbs-170-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-170-lbs-190-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-190-lbs-210-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-210-lbs-230-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-100-lbs-120-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-120-lbs-140-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-140-lbs-160-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-160-lbs-180-lbs .col.name .product-image {
        top: -18px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-130-lbs-150-lbs .col.name .product-image {
        width: 109px;
        left: -13px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.legion-gift-card .col.name .product-image {
        top: -18px;
        width: 85px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .name {
        width: 82%;
    }

    #main.thank-you-page section.order-details .order-info-grid .shipping-details,
    #main.thank-you-page section.order-details .order-info-grid .billing-details {
        padding-top: 16px;
    }

    #main.thank-you-page section.order-details .order-info-grid .shipping-details {
        padding-left: 0;
        padding-right: 22px;
    }

    #main.thank-you-page section.order-details .order-info-grid .billing-details {
        padding-left: 22px;
        padding-right: 0;
    }
}








@media (max-width: 1024px) and (min-width: 1024px) {
    #main.thank-you-page section.offer header .offer-message {
        margin-bottom: 19px;
    }

    #main.thank-you-page section.offer #react-product-details {
        position: relative;
        left: -48px;
    }

    #main.thank-you-page section.offer.offer-pulse #react-product-details {
        left: -43px;
    }

    #main.thank-you-page section.offer > .container {
        padding: 0 45px;
    }
}







@media screen and (max-width: 899px) {
    #product-ingredients .label {
        max-width: 401px;
    }
}






@media screen and (max-width: 767px) {
    body.woocommerce-checkout.admin-bar:not(.woocommerce-order-received) #header {
        top: 46px;
    }

    body.woocommerce-checkout.admin-bar {
        margin-top: 28px;
    }

    #main.thank-you-page {
        margin-top: 71px;
    }

    body.admin-bar.woocommerce-order-received #main.thank-you-page {
        margin-top: 71px;
    }

    #checkout .checkout > .col .container {
        max-width: 474px;
        padding: 0 30px;
    }

    #checkout .checkout > .col {
        min-height: 0;
        height: auto;
    }

    /* #checkout .col-1,
    #checkout .col-2,
    #checkout .col.last {
        padding: 30px 0;
    } */

    #checkout .col p#billing_first_name_field,
    #checkout .col p#billing_last_name_field,
    #checkout .col p#billing_city_field,
    #checkout .col p#billing_state_field,
    #checkout .col p#billing_postcode_field,
    #checkout .col p#billing_state_field,
    #checkout .col p#billing_phone_field,
    #checkout .col p#shipping_first_name_field,
    #checkout .col p#shipping_last_name_field,
    #checkout .col p#shipping_city_field,
    #checkout .col p#shipping_state_field,
    #checkout .col p#shipping_postcode_field,
    #checkout .col p#shipping_state_field,
    #checkout .col p#shipping_phone_field {
        width: 48.1%;
    }

    #checkout .col #payment-methods .three-col .select-container {
        width: 32%;
        margin-right: 2%;
    }

    #checkout .col #payment-methods .three-col input[name="nmi_cvv"] {
        width: 32%;
    }

    #checkout .col h4 {
        text-align: left;
        font-size: 15px;
    }

    #checkout .coupon-code-container input[type="text"].coupon-code {
        width: 65.4%;
        height: 56px;
    }

    #checkout .coupon-code-container .apply-coupon {
        width: 34.6%;
        height: 56px;
        line-height: 56px;
    }

    #checkout .coupon-code-container .update-cart {
        width: 100%;
        margin-top: 11px;
        height: 56px;
        line-height: 56px;
    }

    #checkout .col input[type="submit"].place-order {
        width: 100%;
        height: 56px;
        line-height: 56px;
        max-width: none;
    }

    #checkout .col .shipping-options p {
        font-size: 14px;
    }

    #checkout .col .account-table#review-order .table-body .order-product strong {
        font-size: 13px;
    }

    #checkout .col .account-table#review-order .table-body span.col.order-price {
        display: none;
    }

    #checkout .col .account-table#review-order .table-body span.col.order-product {
        width: 77.2%;
    }

    #checkout .col .account-table#review-order .table-body .order-qty .select-quantity {
        left: 76px;
        top: -2px;
    }

    #checkout .col .account-table#review-order .table-body span.col.order-total {
        width: 70px;
        top: 23px;
        line-height: 1;
        right: 0;
        position: absolute;
    }

    #checkout .col .account-table#review-order .table-body .order-delete .delete {
        width: 18px;
        height: 18px;
        background-color: #E7E7E7 !important;
        border-radius: 100%;
        background-size: 8px !important;
        top: 45px;
    }

    .payment_box select[name="nmi_saved_cards"], .payment_box select,
    .select2-container .select2-choice {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    #main.thank-you-page .container {
        padding: 0 20px;
    }

    #main.thank-you-page section.intro h3 {
        font-size: 28px;
    }

    #main.thank-you-page section.intro p {
        font-size: 17px;
        line-height: 1.7;
        width: 100%;
    }

    #main.thank-you-page section.intro p:first-of-type {
        margin-bottom: 24px;
    }

    #main.thank-you-page section.intro p.postcheck-CMP-message {
        margin-top: 24px;
    }

    /* Bonus Offer */

    #main.thank-you-page section.offer {
        margin-bottom: 37px;
    }

    #main.thank-you-page section.offer header .offer-heading {
        padding: 0 20px;
    }

    #main.thank-you-page section.offer header .offer-heading h3 {
        font-size: 26px;
        line-height: 1.4;
    }

    #main.thank-you-page section.offer header .offer-message {
        padding: 0px 22px 10px;
        margin-top: 13px;
        margin-bottom: 0;
    }

    #main.thank-you-page section.offer header .offer-message p {
        font-size: 19px;
    }

    #main.thank-you-page section.offer header .offer-message #timer {
        font-size: 31px;
    }

    #main.thank-you-page section.offer header .offer-message #timer span {
        width: 34px;
    }

    #main.thank-you-page section.offer header .container {
        padding: 30px 0 0;
    }

    #main.thank-you-page section.offer .bx-wrapper {
        margin: 0 auto 17px;
    }

    #main.thank-you-page section.offer div.container .product-text {
        margin-top: 17px;
        margin-bottom: 30px;
    }

    #main.thank-you-page section.offer #product-reviews h2 {
        font-size: 26px;
    }

    #main.thank-you-page section.offer #product-reviews {
        margin-bottom: 6px;
        margin-top: 17px;
    }

    #main.thank-you-page section.offer [class*="styles_prices_"] {
        margin-bottom: 10px;
    }

    #main.thank-you-page section.offer [class*="styles_medicalWaiver_"] label {
        margin-bottom: 28px;
    }

    #main.thank-you-page section.offer.meal.plans [class*="styles_selectedValue_"] {
        padding: 17px 0 17px 50px;
    }

    #main.thank-you-page section.offer.meal.plans [class*="styles_bottom_"],
    #main.thank-you-page section.offer.meal.plans [class*="styles_bottom_"] > button {
        margin-bottom: 0px;
    }


    /* Product Details */

    #main.thank-you-page [class^="styles_productDetailsBottom"] [class^="styles_noThanks"] {
        width: 100%;
        margin-top: 4px;
    }

    #main.thank-you-page .cta-buttons .no-thanks {
        margin-top: 18px;
    }

    /* Order Details */

    #main.thank-you-page section.order-details h4 {
        font-size: 28px;
        margin-bottom: 0;
    }

    #main.thank-you-page section.order-details h5#order-addition-thank-you {
        top: 28px;
    }

    #main.thank-you-page section.order-details .order-info-grid {
        display: block;
    }

    #main.thank-you-page section.order-details .order-info-grid .order-info-container h5 {
        font-size: 19px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li {
        padding-top: 22px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.the-30-day-bigger-leaner-stronger-stack,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.the-30-day-thinner-leaner-stronger-stack {
        padding-bottom: 22px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .name {
        line-height: 1.2;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .name strong {
        font-size: 16px;
        font-weight: 600;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products .col.name .name ul {
        margin-bottom: 15px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products .col.name .name li.stack-item span {
        position: relative;
        bottom: -2.5px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .name p.delta-text {
        padding-bottom: 22px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .name p.delta-text,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .name span.flavor,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .name span.every-30-days {
        font-size: 13px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.quant-total span.col {
        display: block;
        margin-bottom: 20px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-130-lbs-150-lbs .col.name .product-image {
        width: 111px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.legion-gift-card .col.name .product-image {
        margin-right: 26px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-130-lbs-150-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-150-lbs-170-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-170-lbs-190-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-190-lbs-210-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-lean-bulking-meal-plans-100-lbs-120-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-lean-bulking-meal-plans-120-lbs-140-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-150-lbs-170-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-170-lbs-190-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-190-lbs-210-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-cutting-meal-plans-210-lbs-230-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-100-lbs-120-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-120-lbs-140-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-140-lbs-160-lbs .col.name .product-image,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-cutting-meal-plans-160-lbs-180-lbs .col.name .product-image {
        top: 0;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name {
        width: 80%;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.name .name {
        width: 50%;
        position: relative;
        left: -10px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.quant-total {
        width: 20%;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li .col.quant-total .col.total {
        margin-left: 0;
    }

    #main.thank-you-page section.order-details .order-info-grid .shipping-details,
    #main.thank-you-page section.order-details .order-info-grid .billing-details {
        padding: 10px 0 0;
        width: 100%;
    }

    #main.thank-you-page section.order-details .order-header {
        display: none;
    }

    #main.thank-you-page section.order-details .info {
        border: none;
        padding: 0;
        background: transparent;
    }

    #main.thank-you-page section.order-details .info ul.numbers {
        padding: 0;
        background: transparent;
        padding-top: 25px;
    }

    #main.thank-you-page section.order-details .total-amount {
        background: transparent;
        padding: 0;
    }

    #main.thank-you-page .tell-the-world .social-buttons a {
        width: 260px;
        height: 57px;
        line-height: 57px;
        font-size: 15px;
        margin-bottom: 20px;
    }

    #main.thank-you-page .tell-the-world p {
        width: 192px;
        font-size: 16px;
        margin: 0 auto 30px;
        line-height: 1.5;
    }

    #main.thank-you-page .tell-the-world .social-buttons a.facebook {
        background-position: 23px 20px !important;
        padding-left: 57px;
        background-size: 10px !important;
    }

    #main.thank-you-page .tell-the-world .social-buttons a.twitter {
        background-position: 20px !important;
        padding-left: 64px;
        background-size: 18px !important;
    }

    #main.thank-you-page .tell-the-world .social-buttons a.google {
        background-position: 16px !important;
        padding-left: 70px;
        background-size: 25px !important;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .container {
        padding: 0;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .left,
    #main.thank-you-page .tell-the-world .refer-a-friend .right {
        width: 100%;
        float: left;
        padding: 0 30px;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend {
        height: auto;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .left p {
        padding: 0;
        max-width: none;
        width: auto;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .right input[type="email"] {
        height: 47px;
        background-position: 15px 16px !important;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .refer-tabs {
        height: 70px;
        top: -70px;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .refer-tabs .tab {
        height: 70px;
        font-size: 14px;
        line-height: 1.3;
        padding: 15px 35px;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .left,
    #main.thank-you-page .tell-the-world .refer-a-friend .right {
        top: -40px;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .left h3 {
        text-align: center;
        font-size: 22px;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .left p {
        text-align: justify;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .right .field .delete {
        top: 18px;
        right: 12px;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .right form {
        text-align: center;
        height: auto;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .right .add-email {
        display: inline-block;
        float: none;
    }

    #main.thank-you-page .tell-the-world .refer-a-friend .right input[type="submit"] {
        width: 100%;
    }

    #main.thank-you-page section.help-us-help-you h4 {
        font-size: 22px;
    }

    #main.thank-you-page section.help-us-help-you p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    #main.thank-you-page section.help-us-help-you form .field-row p {
        font-size: 15px;
        margin-bottom: 8px;
    }

    #main.thank-you-page section.help-us-help-you form select {
        height: 47px;
    }

    #main.thank-you-page section.help-us-help-you form .menu-51:before {
        left: 14px;
        top: 14px;
    }

    #main.thank-you-page section.help-us-help-you form .wpcf7-form-control-wrap.menu-51:after {
        width: 45px;
        height: 45px;
    }

    #main.thank-you-page section.help-us-help-you form textarea {
        height: 94px;
        font-size: 15px;
    }

    #main.thank-you-page section.help-us-help-you form input[type="submit"] {
        width: 100%;
        height: 51px;
        line-height: 51px;
    }

    body.woocommerce-checkout .intercom-lightweight-app-launcher,
    body.woocommerce-checkout .intercom-launcher-frame,
    body.woocommerce-checkout .intercom-launcher-badge-frame {
        display: none !important;
    }

    .jp-card,
    .jp-card-container {
        width: 100% !important;
        min-width: 100% !important;
    }

    #checkout #shipping-methods label {
        height: auto;
    }

    #checkout .col .account-table#review-order .table-body .order-product strong {
        margin-top: 7px;
        white-space: normal;
        line-height: 1.3;
    }

    #checkout .col .account-table#review-order .table-body .order-product .order-review-item-thumb {
        width: 18%;
        max-width: 53%;
    }

    #checkout .col .account-table#review-order .table-body .order-total,
    #checkout .col .account-table#review-order .table-body .order-price {
        font-size: 14px;
    }

    #main.thank-you-page section.intro {
        padding: 36px 0 32px;
    }

    #main.thank-you-page section.intro .downloads {
        max-width: 671px;
    }

    #main.thank-you-page section.intro .downloads .left {
        width: 100%;
        max-width: 100%;
    }

    #main.thank-you-page section.intro .downloads .img {
        width: 232px;
        height: 214px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        float: none;
    }

    #main.thank-you-page section.intro .downloads .right {
        max-width: 100%;
        padding-top: 17px;
        text-align: center;
    }

    #main.thank-you-page section.intro .downloads h4 {
        font-size: 21px;
        margin-bottom: 15px;
        text-align: center;
    }

    #main.thank-you-page section.intro .downloads p {
        text-align: center;
        font-size: 17px;
    }

    #main.thank-you-page section.intro .downloads a.btn {
        margin: auto;
        letter-spacing: 1px;
    }

    body.woocommerce-checkout .remodal-wrapper {
        z-index: 9999999 !important;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.the-little-black-book-of-workout-motivation {
        padding-bottom: 22px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-130-lbs-150-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-150-lbs-170-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-170-lbs-190-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.mens-lean-bulking-meal-plans-190-lbs-210-lbs,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.womens-lean-bulking-meal-plans-100-lbs-120-lbs {
        padding-bottom: 20px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.beyond-bigger-leaner-stronger {
        padding-bottom: 12px;
    }

    #main.thank-you-page section.order-details .info ul.products li [id^="product_"].tooltip,
    .woocommerce-checkout-review-order-table [id^="product_"].tooltip {
        width: auto;
    }

    #main.thank-you-page section.order-details .info ul.products li .productTooltip,
    .woocommerce-checkout-review-order-table .productTooltip {
        max-width: 260px;
        padding: 22px 20px 51px;
        margin: auto;
        background: #fff;
      }

    #main.thank-you-page section.order-details .info ul.products li .onlyProduct .productTooltip div,
    .woocommerce-checkout-review-order-table .onlyProduct .productTooltip div {
        padding: 22px 30px 22px;
    }

    #main.thank-you-page section.order-details .info ul.products li .productTooltip img,
    .woocommerce-checkout-review-order-table .productTooltip img {
        width: 103px;
        height: 103px;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        float: none;
        margin: auto;
        clear: both;
    }

    #main.thank-you-page section.order-details .info ul.products li .productTooltip > strong,
    .woocommerce-checkout-review-order-table .productTooltip > strong {
        font-weight: 600;
        text-align: center;
        padding-top: 10px;
        font-size: 18px;
        line-height: 1.4;
        display: block;
        margin-bottom: 10px;
    }

    #main.thank-you-page section.order-details .info ul.products li .productTooltip p.includes,
    .woocommerce-checkout-review-order-table .productTooltip p.includes {
        text-transform: uppercase;
        color: #797F83;
        font-size: 12px;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
        width: 100%;
        clear: both;
        font-weight: 600;
    }

    #main.thank-you-page section.order-details .info ul.products li .productTooltip ul,
    .woocommerce-checkout-review-order-table .productTooltip ul {
        clear: both;
        width: 100%;
        margin-bottom: 10px;
        min-width:240px;
    }

    #main.thank-you-page section.order-details .info ul.products li .productTooltip ul li,
    .woocommerce-checkout-review-order-table .productTooltip ul li {
        float: left;
        height: 52px;
        list-style-type: none;
        margin-bottom: 19px;
        letter-spacing: 0.5px;
        width: 100%;
        margin-right: 0;
        padding: 0;
        border-bottom: 0;
    }

    #main.thank-you-page section.order-details .info ul.products li .productTooltip ul li:nth-child(even),
    .woocommerce-checkout-review-order-table .productTooltip ul li:nth-child(even) {
        margin-right: 0;
    }

    #main.thank-you-page section.order-details .info ul.products li .productTooltip ul li img,
    .woocommerce-checkout-review-order-table .productTooltip ul li img {
        float: left;
        width: 51px;
        height: 55px;
        margin-right: 5px;
    }

    #main.thank-you-page section.order-details .info ul.products li .productTooltip ul li strong,
    .woocommerce-checkout-review-order-table .productTooltip ul li strong {
        font-weight: 600;
        display: block;
        font-size: 15px;
        margin-bottom: 3px;
        margin-top: 7px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor,
    .woocommerce-checkout-review-order-table .flavor {
        display: inline-flex !important;
        padding-left: 20px !important;
        font-size: 13px;
        color: #797F83;
    }

    #main.thank-you-page section.order-details .info ul.products li .productTooltip p.includes,
    .woocommerce-checkout-review-order-table .productTooltip p.includes {
        text-transform: uppercase;
        color: #797F83;
        font-size: 12px;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
        width: 100%;
        clear: both;
        font-weight: 600;
    }

    #main.thank-you-page section.order-details .info ul.products li .productTooltip .yes,
    .woocommerce-checkout-review-order-table .productTooltip .yes {
        background: url('../../images/2017-images/product-info-tooltip-check.png') center 4px no-repeat;
    }

    #main.thank-you-page section.order-details .info ul.products li .productTooltip .choice,
    .woocommerce-checkout-review-order-table .productTooltip .choice {
        font-size: 14px;
        padding-left: 18px;
        display: block;
    }

    #main.thank-you-page section.order-details .info ul.products li .productTooltip .yes em,
    .woocommerce-checkout-review-order-table .productTooltip .yes em {
        color: #797F83;
        font-style: normal;
    }

    #main.thank-you-page section.order-details .info ul.products li .productTooltip .yes
    .woocommerce-checkout-review-order-table .productTooltip .yes {
        background: url('../../images/2017-images/product-info-tooltip-check@2x.png') left 4px no-repeat;
        background-size: 10px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.grape,
    .woocommerce-checkout-review-order-table .flavor.grape {
        background: #fff url('../../images/2017-images/product-option-flavor-grape@2x.png') left center no-repeat;
        background-size: 10px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.sourCandy,
    .woocommerce-checkout-review-order-table .flavor.sourCandy {
        background: #fff url('../../images/2017-images/product-option-flavor-sour-candy@2x.png') left center no-repeat;
        background-size: 10px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.strawberry,
    .woocommerce-checkout-review-order-table .flavor.strawberry {
        background: #fff url('../../images/2017-images/product-option-flavor-strawberry@2x.png') left center no-repeat;
        background-size: 16px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.strawberryKiwi,
    .woocommerce-checkout-review-order-table .flavor.strawberryKiwi {
        background: #fff url('../../images/2017-images/product-option-flavor-strawberry-kiwi@2x.png') left center no-repeat;
        background-size: 16px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.strawberryBanana,
    .woocommerce-checkout-review-order-table .flavor.strawberryBanana {
        background: #fff url('../../images/2017-images/product-option-flavor-strawberry-banana@2x.png') left center no-repeat;
        background-size: 16px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.fruitPunch,
    .woocommerce-checkout-review-order-table .flavor.fruitPunch {
        background: #fff url('../../images/2017-images/product-option-flavor-fruit-punch@2x.png') left center no-repeat;
        background-size: 20px;
        padding-left: 25px !important;
    }
    #main.thank-you-page section.order-details .info ul.products li .flavor.fruityCereal,
    .woocommerce-checkout-review-order-table .flavor.fruityCereal {
        background: #fff url('../../images/2017-images/product-option-flavor-fruity-cereal@2x.png') left center no-repeat;
        background-size: 20px;
        padding-left: 25px !important;
    }
    #main.thank-you-page section.order-details .info ul.products li .flavor.unflavored,
    .woocommerce-checkout-review-order-table .flavor.unflavored,
    #main.thank-you-page section.order-details .info ul.products li .flavor.original,
    .woocommerce-checkout-review-order-table .flavor.original  {
        background: #fff url('../../images/2017-images/product-option-flavor-unflavored@2x.png') left center no-repeat;
        background-size: 16px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.chocolateChipCookieDough,
    .woocommerce-checkout-review-order-table .flavor.chocolateChipCookieDough {
        background: #fff url('../../images/2017-images/product-option-flavor-chocolate-chip-cookie-dough@2x.png') left center no-repeat;
        background-size: 18px;
        padding-left: 22px !important;
    }
    #main.thank-you-page section.order-details .info ul.products li .flavor.smores,
    .woocommerce-checkout-review-order-table .flavor.smores {
        background: #fff url('../../images/2017-images/product-option-flavor-smores@2x.png') left center no-repeat;
        background-size: 18px;
        padding-left: 22px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.watermelon,
    .woocommerce-checkout-review-order-table .flavor.watermelon {
        background: #fff url('../../images/2017-images/product-option-flavor-watermelon@2x.png') left center no-repeat;
        background-size: 22px;
        padding-left: 30px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.chocolate,
    .woocommerce-checkout-review-order-table .flavor.chocolate,
    #main.thank-you-page section.order-details .info ul.products li .flavor.dutchChocolate,
    .woocommerce-checkout-review-order-table .flavor.dutchChocolate,
    #main.thank-you-page section.order-details .info ul.products li .flavor.milkChocolate,
    .woocommerce-checkout-review-order-table .flavor.milkChocolate {
        background: #fff url('../../images/2017-images/product-option-flavor-chocolate@2x.png') left center no-repeat;
        background-size: 11px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.vanilla,
    .woocommerce-checkout-review-order-table .flavor.vanilla,
    #main.thank-you-page section.order-details .info ul.products li .flavor.frenchVanilla,
    .woocommerce-checkout-review-order-table .flavor.frenchVanilla {
        background: #fff url('../../images/2017-images/product-option-flavor-vanilla@2x.png') left center no-repeat;
        background-size: 18px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.chamomile,
    .woocommerce-checkout-review-order-table .flavor.chamomile {
        background: url('../../images/2017-images/product-option-flavor-chamomile@2x.png') left center no-repeat;
        background-size: contain;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.greenApple,
    .woocommerce-checkout-review-order-table .flavor.greenApple {
        background: url('../../images/2017-images/product-option-flavor-green-apple@2x.png') left center no-repeat;
        background-size: 20px;
        padding-left: 30px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.pinkLemonade,
    .woocommerce-checkout-review-order-table .flavor.pinkLemonade {

        background: #fff url('../../images/2017-images/product-option-flavor-pink-lemonade@2x.png') left center no-repeat;
        background-size: 15px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.cherryLimeade,
    .woocommerce-checkout-review-order-table .flavor.cherryLimeade {

        background: #fff url('../../images/2017-images/product-option-flavor-cherry-limeade@2x.png') left center no-repeat;
        background-size: 24px;
        padding-left: 30px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.eggnog,
    .woocommerce-checkout-review-order-table .flavor.eggnog {
        background: url('../../images/2017-images/product-option-flavor-eggnog@2x.png') left center no-repeat;
        background-size: contain;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.chocolatePeanutButter,
    .woocommerce-checkout-review-order-table .flavor.chocolatePeanutButter {
        background: url('../../images/2017-images/product-option-flavor-chocolate-peanut-butter@2x.png') left center no-repeat;
        background-size: 16px;
        padding-left: 25px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.blueRaspberry,
    .woocommerce-checkout-review-order-table .flavor.blueRaspberry {
        background: url('../../images/2017-images/product-option-flavor-blue-raspberry@2x.png') left center no-repeat;
        background-size: 14px;
        padding-left: 25px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.blueberryLemonade,
    .woocommerce-checkout-review-order-table .flavor.blueberryLemonade {
        background: url('../../images/2017-images/product-option-flavor-blue-raspberry@2x.png') left center no-repeat;
        background-size: 14px;
        padding-left: 25px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.mintChocolate,
    .woocommerce-checkout-review-order-table .flavor.mintChocolate {
        background: #fff url('../../images/2017-images/product-option-flavor-mint-chocolate@2x.png') left center no-repeat;
        background-size: 13px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.mochaCappuccino,
    .woocommerce-checkout-review-order-table .flavor.mochaCappuccino {
        background: #fff url('../../images/2017-images/product-option-flavor-mocha-cappuccino@2x.png') left center no-repeat;
        background-size: 18px;
        padding-left: 25px !important;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.saltedCaramel,
    .woocommerce-checkout-review-order-table .flavor.saltedCaramel {
        background: #fff url('../../images/2017-images/product-option-flavor-salted-caramel@2x.png') left center no-repeat;
        background-size: 18px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.birthdayCake,
    .woocommerce-checkout-review-order-table .flavor.birthdayCake {
        background: #fff url('../../images/2017-images/product-option-flavor-birthday-cake@2x.png') left center no-repeat;
        background-size: 15px;
    }
    #main.thank-you-page section.order-details .info ul.products li .flavor.tropicalPunch,
    .woocommerce-checkout-review-order-table .flavor.tropicalPunch {
        background: #fff url('../../images/2017-images/product-option-flavor-tropical-punch@2x.png') left center no-repeat;
        background-size: 15px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.cookiesCream,
    .woocommerce-checkout-review-order-table .flavor.cookiesCream {
        background: url('../../images/2017-images/product-option-flavor-cookies-cream@2x.png') left center no-repeat;
        background-size: contain;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.acaiBerry,
    .woocommerce-checkout-review-order-table .flavor.acaiBerry {
        background: #fff url('../../images/2017-images/product-option-flavor-acai-berry@2x.png') left center no-repeat;
        background-size: 15px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.cinnamonCereal,
    .woocommerce-checkout-review-order-table .flavor.cinnamonCereal {
        background: #fff url('../../images/2017-images/product-option-flavor-cereal-milk@2x.png') left center no-repeat;
        background-size: 15px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.bananaCreamPie,
    .woocommerce-checkout-review-order-table .flavor.bananaCreamPie {
        background: #fff url('../../images/2017-images/product-option-flavor-banana-cream-pie@2x.png') left center no-repeat;
        background-size: 15px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.bubbleGum,
    .woocommerce-checkout-review-order-table .flavor.bubbleGum {
        background: #fff url('../../images/2017-images/product-option-flavor-bubble-gum@2x.png') left center no-repeat;
        background-size: 16px;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor.thirty-servings,
    .woocommerce-checkout-review-order-table .flavor.thirty-servings,
    #main.thank-you-page section.order-details .info ul.products li .flavor.fifty-servings,
    .woocommerce-checkout-review-order-table .flavor.fifty-servings {
        background: url('../../images/2017-images/product-option-whey-servings@2x.png') 1px center no-repeat;
        background-size: 10px;
    }

    #main.thank-you-page section.order-details .info ul.products li {
        height: auto;
        padding: 10px 0;
        border-color: #E0E0E0;
    }

    #main.thank-you-page section.order-details .info ul.products li span.col {
        display: block;
    }

    #main.thank-you-page section.order-details .info ul.products li span.col.name .thumb {
        display: block;
        float: left;
        width: 72px;
        height: 72px;
    }

    #main.thank-you-page section.order-details .info ul.products li span.col.name {
        text-align: left;
        font-size: 17px;
        margin-bottom: 15px;
        padding-right: 0;
        display: block;
        width: 100%;
    }

    #main.thank-you-page section.order-details .info ul.products li .name {
        display: block;
    }

    #main.thank-you-page section.order-details .info ul.products li span.col.name strong {
        display: block;
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 0;
        overflow: hidden;
    }

    #main.thank-you-page section.order-details .download-links.mobile a {
        display: inline-block;
        padding-bottom: 8px;
    }

    #main.thank-you-page section.order-details .info ul.products li span.col.prices {
        width: 100%;
        font-size: 14px;
        margin-bottom: 20px;
        position: relative;
    }

    #main.thank-you-page section.order-details .info ul.products li span.col.prices:after {
        display: block;
        content: '';
        clear: both;
    }

    #main.thank-you-page section.order-details .info ul.products li span.col.prices .regular-price:before {
        content: "Was ";
        display: inline-block;
        margin-right: 5px;
    }

    #main.thank-you-page section.order-details .info ul.products li span.col.prices .sale-price:before {
        content: "Now ";
        display: inline-block;
        margin-right: 5px;
    }

    #main.thank-you-page section.order-details .info ul.products li span.col.prices .regular-price,
    #main.thank-you-page section.order-details .info ul.products li span.col.prices .sale-price {
        width: 50%;
        float: left;
    }

    #main.thank-you-page section.order-details .info ul.products li span.col.qty,
    #main.thank-you-page section.order-details .info ul.products li span.col.total {
        width: auto;
        float: left;
        font-size: 14px;
    }

    #main.thank-you-page section.order-details .info ul.products li span.col.qty {
        text-align: right;
        padding-right: 30px;
        font-size: 14px;
        letter-spacing: 2px;
        margin-top: 8px;
    }

    #main.thank-you-page section.order-details .info ul.products li span.col.total {
        position: relative;
        padding-top: 10px;
        color: #FF4C0C;
        text-align: left;
        padding-left: 30px;
        float: right;
    }

    #main.thank-you-page section.order-details .info ul.numbers li .amount {
        width: 50%;
    }

    #main.thank-you-page section.order-details .info ul.numbers li .amount.woocommerce-Price-amount {
        width: auto;
    }

    body.woocommerce-checkout #mobile-navigation {
        display: none;
    }

    body.woocommerce-checkout .login #login-form-left,
    body.woocommerce-checkout .login #signup-form-right {
        position: static;
    }

    .frozen .checkoutToggleSubmit, .checkoutToggleWait, .frozen .checkoutToggleWait {
        max-width: 260px;
        height: 55px;
        padding: 21px 0;
    }

    .frozen .checkoutToggleSubmit,
    .checkoutToggleWait,
    .frozen .checkoutToggleWait,
    .checkoutToggle {
        width: 260px;
    }

    .woocommerce-checkout-review-order-table .tooltip {
        z-index: 1;
    }

    #main.thank-you-page section.order-details .info ul.products li .flavor {
        width: 150px;
    }

    #main.thank-you-page section.order-details .info ul.products li .productTooltip {
        margin-top: 55px;
    }

    #main.thank-you-page section.order-details .info ul.products li span.col.preview-icon .icon {
        top: 45px;
        left: -18px;
    }

    #main.thank-you-page section#thank-you-sms form#thank-you-submit h3 {
        text-align: left;
        font-size: 17px;
    }

    #main.thank-you-page section.intro .downloads a.btn.PDF,
    #main.thank-you-page section.intro .downloads a.btn.EPUB {
        display: inline-block;
        line-height: 25px;
        padding: 10px calc(10% - 15px);
        max-width: 190px;
        width: 45%;
    }

    #main.thank-you-page .download-links.desktop {
        display: none;
    }

    #main.thank-you-page .download-links.mobile {
        display: block;
    }

    #main.thank-you-page .custom-meal-plan .download-links.mobile {
        margin-top: 15px;
        min-width: 200px;
    }

    #main.thank-you-page .custom-meal-plan .download-links.mobile a {
        padding-bottom: 10px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.the-shredded-chef.mobile,
    #main.thank-you-page section.order-details .order-info-grid .ordered-details ul.products li.eat-green-get-lean.mobile {
        display: flex;
    }

    #main.thank-you-page .eat-green-get-lean .product-image {
        text-align: center;
    }

    #main.thank-you-page .eat-green-get-lean .product-image img {
        padding: 8px 0;
    }

    #main.thank-you-page section.intro .downloads a.btn.PDF {
        margin-right: 10px;
    }

    #main.thank-you-page section.intro .downloads a.btn.DRIVE {
        display: block;
    }

    #main.thank-you-page section.intro .downloads a.btn.ZIP {
        display: none;
    }

    #main.thank-you-page section.order-details .info ul.products li span.col.name {
        margin-bottom: 5px;
    }

    .cta-buttons .add-to-cart,
    .cta-buttons .no-thanks {
        width: 100%;
        max-width: 350px;
    }

    #main.thank-you-page section.offer span[class^="styles_review_"] {
        padding-bottom: 4px;
    }

    #main.thank-you-page #referral-section {
        padding: 0;
    }

    #main.thank-you-page .swell-referral-thanks {
        margin-bottom: 40px;
    }

    #main.thank-you-page .referral-section .swell-referral-holder {
        padding: 0;
    }

    #main.thank-you-page .referral-section .swell-referral-holder .swell-referral-content-container .swell-referral-content-main .swell-referral-form-wrapper {
        padding: 0;
    }

    #main.thank-you-page .swell-referral-form-list-submit {
        margin-top: 10px;
        margin-bottom: 44px;
    }

    #main.thank-you-page #referral-section .swell-referral-holder .swell-referral-content-container .swell-referral-content-main .swell-referral-heading:not(:empty) {
        font-size: 28px;
        max-width: 100%;
    }

    #main.thank-you-page #referral-section .swell-referral-holder .swell-referral-content-container .swell-referral-content-main .swell-referral-details {
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 32px;
    }

    #main.thank-you-page section.order-details {
        margin-bottom: 0;
    }

        #product-ingredients {
        text-align: center;
        padding: 38px 0;
    }

    #product-ingredients h2 {
        font-size: 21px;
        font-weight: 600;
        padding-left: 41px;
        background: url('../../images/2017-images/phone-sticky-product-ingredients-new-active@2x.png') left center no-repeat;
        background-size: 23px;
        text-transform: none;
        letter-spacing: 0.5px;
        min-height: 23px;
        display: inline-block;
        margin-bottom: 38px;
    }

    #product-ingredients .label,
    #product-ingredients .product-label {
        display: none;
    }

    #product-ingredients .dom-tabs {
        margin: 0 auto 30px;
    }

    #product-ingredients .dom-tabs li {
        width: 100%;
        border-bottom: 1px #DCDCDC solid;
        line-height: 66px;
        height: 66px;
        margin-bottom: 0;
        background-position: left center !important;
        padding-left: 40px;
        position: relative;
        color: #293644;
    }

    #product-ingredients .dom-tabs li:after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        display: block;
        right: 0;
        top: 50%;
        margin-top: -5px;
        background: url('../../images/2017-images/phone-product-ingredients-expand@2x.png') center no-repeat;
        background-size: 10px;
    }

    #product-ingredients .dom-tabs li.active {
        background-color: transparent !important;
        color: #2A3644 !important;
    }

    #product-ingredients .dom-tabs li.active:after {
        height: 2px;
        margin-top: -1px;
        background: url('../../images/2017-images/phone-product-ingredients-collapse@2x.png') center no-repeat;
        background-size: 10px;
    }

    #product-ingredients .dom-tabs li.fruitpunch.active,
    #product-ingredients .dom-tabs li.fruitpunch:hover {
        background: url('../../images/2017-images/phone-product-ingredients-flavor-fruitpunch-active@2x.png') left center no-repeat !important;
        background-size: 19px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.strawberry-lemonade.active,
    #product-ingredients .dom-tabs li.strawberry-lemonade:hover {
        background: url('../../images/2017-images/product-option-flavor-strawberry-lemonade@2x.png') left center no-repeat !important;
        background-size: 26px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.pink-lemonade.active,
    #product-ingredients .dom-tabs li.pink-lemonade:hover {
        background: url('../../images/2017-images/product-option-flavor-pink-lemonade@2x.png') left center no-repeat !important;
        background-size: 20px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.cherry-limeade.active,
    #product-ingredients .dom-tabs li.cherry-limeade:hover {
        background: url('../../images/2017-images/product-option-flavor-cherry-limeade@2x.png') left center no-repeat !important;
        background-size: 26px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.birthday-cake.active,
    #product-ingredients .dom-tabs li.birthday-cake:hover {
        background: url('../../images/2017-images/product-option-flavor-birthday-cake@2x.png') left center no-repeat !important;
        background-size: 20px !important;
        color: #cdc1aa;
    }

    #product-ingredients .dom-tabs li.tropical-punch.active,
    #product-ingredients .dom-tabs li.tropical-punch:hover {
        background: url('../../images/2017-images/product-option-flavor-tropical-punch@2x.png') left center no-repeat !important;
        background-size: 20px !important;
        color: #cdc1aa;
    }

    #product-ingredients .dom-tabs li.grape.active,
    #product-ingredients .dom-tabs li.grape:hover {
        background: url('../../images/2017-images/phone-product-ingredients-flavor-grape-active@2x.png') left center no-repeat !important;
        background-size: 16px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.sour-candy.active,
    #product-ingredients .dom-tabs li.sour-candy:hover {
        background: url('../../images/2017-images/product-option-flavor-sour-candy@2x.png') left center no-repeat !important;
        background-size: 20px !important;
        color: #b8ef9c;
    }

    #product-ingredients .dom-tabs li.strawberry.active,
    #product-ingredients .dom-tabs li.strawberry:hover {
        background: url('../../images/2017-images/product-option-flavor-strawberry@2x.png') left center no-repeat !important;
        background-size: 20px !important;
        color: #e5878c;
    }

    #product-ingredients .dom-tabs li.strawberry-kiwi.active,
    #product-ingredients .dom-tabs li.strawberry-kiwi:hover {
        background: url('../../images/2017-images/product-option-flavor-strawberry-kiwi@2x.png') left center no-repeat !important;
        background-size: 20px !important;
        color: #f29198;
    }

    #product-ingredients .dom-tabs li.acai-berry.active,
    #product-ingredients .dom-tabs li.acai-berry:hover {
        background: url('../../images/2017-images/product-ingredients-flavor-acai-berry-active.png') left center no-repeat !important;
        background-size: 16px !important;
        color: #2A3644;
    }


    #product-ingredients .dom-tabs li.greenapple.active,
    #product-ingredients .dom-tabs li.greenapple:hover {
        background: url('../../images/2017-images/phone-product-ingredients-flavor-green-apple-active@2x.png') left center no-repeat !important;
        background-size: 18px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.watermelon.active,
    #product-ingredients .dom-tabs li.watermelon:hover {
        background: url('../../images/2017-images/phone-product-ingredients-flavor-watermelon-active@2x.png') left center no-repeat !important;
        background-size: 22px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.blue-raspberry.active,
    #product-ingredients .dom-tabs li.blue-raspberry:hover {
        background: url('../../images/2017-images/phone-product-ingredients-flavor-blue-raspberry-active@2x.png') left center no-repeat !important;
        background-size: 14px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.blueberry-lemonade.active,
    #product-ingredients .dom-tabs li.blueberry-lemonade:hover {
        background: url('../../images/2017-images/product-option-flavor-blueberry-lemonade@2x.png') left center no-repeat !important;
        background-size: 18px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.chocolate.active,
    #product-ingredients .dom-tabs li.chocolate:hover {
        background: url('../../images/2017-images/phone-product-ingredients-flavor-chocolate-active@2x.png') left center no-repeat !important;
        background-size: 12px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.vanilla.active,
    #product-ingredients .dom-tabs li.vanilla:hover {
        background: url('../../images/2017-images/phone-product-ingredients-flavor-vanilla-active@2x.png') left center no-repeat !important;
        background-size: 18px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.strawberry-banana.active,
    #product-ingredients .dom-tabs li.strawberry-banana:hover {
        background: url('../../images/2017-images/phone-product-ingredients-flavor-strawberry-banana-active@2x.png') left center no-repeat !important;
        background-size: 23px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.cookies.active,
    #product-ingredients .dom-tabs li.cookies:hover {
        background: url('../../images/2017-images/phone-product-ingredients-flavor-cookies-active@2x.png') left center no-repeat !important;
        background-size: 19px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.chocolate-peanut-butter.active,
    #product-ingredients .dom-tabs li.chocolate-peanut-butter:hover {
        background: url('../../images/2017-images/product-option-flavor-chocolate-peanut-butter-active@2x.png') left center no-repeat !important;
        background-size: 20px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.chocolate-chip-cookie-dough.active,
    #product-ingredients .dom-tabs li.chocolate-chip-cookie-dough:hover {
        background: url('../../images/2017-images/product-option-flavor-chocolate-chip-cookie-dough@2x.png') left center no-repeat !important;
        background-size: 20px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.smores.active,
    #product-ingredients .dom-tabs li.smores:hover {
        background: url('../../images/2017-images/product-option-flavor-smores@2x.png') left center no-repeat !important;
        background-size: 20px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.mocha-cappuccino.active,
    #product-ingredients .dom-tabs li.mocha-cappuccino:hover {
        background: url('../../images/2017-images/product-option-flavor-mocha-cappuccino@2x.png') left center no-repeat !important;
        background-size: 16px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.salted-caramel.active,
    #product-ingredients .dom-tabs li.salted-caramel:hover {
        background: url('../../images/2017-images/product-option-flavor-salted-caramel@2x.png') left center no-repeat !important;
        background-size: 24px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.mint-chocolate.active,
    #product-ingredients .dom-tabs li.mint-chocolate:hover {
        background: url('../../images/2017-images/product-option-flavor-mint-chocolate@2x.png') left center no-repeat !important;
        background-size: 16px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.eggnog.active,
    #product-ingredients .dom-tabs li.eggnog:hover {
        background: url('../../images/2017-images/phone-product-ingredients-flavor-eggnog-active@2x.png') left center no-repeat !important;
        background-size: 18px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.cinnamon-cereal.active,
    #product-ingredients .dom-tabs li.cinnamon-cereal:hover {
        background: url('../../images/2017-images/product-option-flavor-cereal-milk@2x.png') left center no-repeat !important;
        background-size: 24px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.banana-cream-pie.active,
    #product-ingredients .dom-tabs li.banana-cream-pie:hover {
        background: url('../../images/2017-images/product-option-flavor-banana-cream-pie@2x.png') left center no-repeat !important;
        background-size: 24px !important;
        color: #2A3644;
    }

    #product-ingredients .dom-tabs li.fruity-cereal.active,
    #product-ingredients .dom-tabs li.fruity-cereal:hover {
        background: url('../../images/2017-images/product-option-flavor-fruity-cereal@2x.png') 20px center no-repeat;
        background-size: 20px;
    }

    #product-ingredients .dom-tabs li.unflavored.active,
    #product-ingredients .dom-tabs li.unflavored:hover {
        background: url('../../images/2017-images/phone-product-ingredients-flavor-unflavored-active@2x.png') left center no-repeat !important;
        background-size: 19px !important;
        color: #2A3644;
    }

    #product-ingredients .supp-facts.mobile-hidden {
        max-width: 260px;
        margin: 40px auto;
    }

    #product-ingredients strong.uppercase {
        font-size: 15px;
        line-height: 1.4;
        margin-top: 30px;
    }

    #product-ingredients strong.uppercase p {
        margin-bottom: 0;
    }

    #product-ingredients h3.warning {
        margin-top: 30px;
        width: 160px;
    }

    #product-ingredients h3 {
        font-size: 28px;
        line-height: 34px;
        width: 183px;
    }

    #main.thank-you-page section.offer header .offer-why {
        margin-bottom: -9px;
    }

    #main.thank-you-page section.offer header p.offer-text-why {
        font-size: 17px;
        margin-top: 22px;
        margin-bottom: 25px;
    }

    #main.thank-you-page #product-sticky {
        display: none;
    }

    #main.thank-you-page [class^="styles_nutritionLinkContainer_"] {
        margin-top: 12px;
        margin-bottom: 16px;
        max-width: 480px;
    }

    #main.thank-you-page section.order-details .order-info-grid .ordered-details {
        padding-top: 32px;
    }

    #thank-you-survey form .thank-you-experience-options label {
        margin: 15px 30px;
    }

    body.woocommerce-order-received .blog #more-from-legion {
        padding-bottom: 10px;
    }

    body.woocommerce-order-received .supplements-recommendations {
        padding-top: 39px;
    }

    body.woocommerce-order-received .supplements-recommendations h2 {
        margin-bottom: 14px !important;
    }
}

@media screen and (max-width: 599px) {
    #thank-you-survey form .thank-you-experience-options label {
        margin: 15px 22px;
        width: 100px;
    }
}

@media screen and (max-width: 499px) {
    #thank-you-survey form .thank-you-experience-options label {
        margin: 15px 15px;
        width: auto;
    }
}

@media screen and (max-width: 450px) {
    #thank-you-survey form .thank-you-experience-options {
        justify-content: space-between;
    }

    #thank-you-survey form .thank-you-experience-options label {
        margin: 15px 0px;
    }

    #thank-you-survey form .thank-you-experience-options label.thank-you-did-not-like {
        margin-left: 17%;
    }

    #thank-you-survey form .thank-you-experience-options label.thank-you-hated-it {
        margin-right: 17%;
    }

    #main.thank-you-page section#thank-you-sms form#thank-you-submit {
        padding: 0;
        margin-bottom: 0;
    }

    #main.thank-you-page section#thank-you-sms form#thank-you-submit h3 {
        margin-bottom: 15px;
    }

    #main.thank-you-page section#thank-you-sms form#thank-you-submit input[type="tel"] {
        width: 100%;
        border-right: 1px #e3e3e3 solid;
    }

    #main.thank-you-page section#thank-you-sms form#thank-you-submit button[type="submit"] {
        width: 100%;
        margin-top: 10px;
    }

    #main.thank-you-page section#thank-you-sms form#thank-you-submit div {
        /*margin-top: 20px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;*/
    }

    #main.thank-you-page section#thank-you-sms form#thank-you-submit p {
        font-size: 9px;
        line-height: 1.5;
        padding-left: 0;
    }

    #main.thank-you-page section#thank-you-sms form#thank-you-submit div input[type="checkbox"] {
        /*position: relative;
        top: -3px;
        width: 27px;
        height: 27px;
        margin-top: 0;
        margin-right: 15.5px;*/
    }

    #main.thank-you-page section#thank-you-sms form#thank-you-submit div input[type="checkbox"]:checked:after {
        top: -2px;
        right: -0.5px;
        width: 7px;
        height: 12px;
    }

    #main.thank-you-page section.order-details {
        margin-bottom: 0;
    }

    #main.thank-you-page section#thank-you-sms form#thank-you-submit div label {
        padding-top: 0;
        margin-top: -5px;
    }
}







@media screen and (max-width: 420px) {
    .checkout-badge-wrap {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 30px
    }

    .checkout-badge-wrap .moneyback {
        float: none;
        margin: 0 auto;
    }

    .checkout-badge-wrap a {
        float: none;
        margin: auto;
        position: relative;
        left: 0;
        margin-bottom: 14px;
    }

    .recaptcha-disclosure-checkout {
        margin-bottom: 11px;
    }
}






@media screen and (max-width: 400px) {
    #checkout .col #payment-methods input[name="bfwc_save_credit_card"]:after {
        content: "Save for later";
        width: 71px;
        left: 27px;
        font-size: 11px;
    }

    body.bfwc-body .card-container div.cardinfo-exp-date + .cardinfo-cvv,
    body.bfwc-body .card-container div.cardinfo-postal-code + .cardinfo-save-card {
        /* margin-left: 10px !important; */
    }
}












@media screen and (max-width: 399px) {
    body.bfwc-body .payment_method_braintree_paypal_payments .select2-bfwc-chosen span:nth-child(2),
    body.bfwc-body .payment_method_braintree_paypal_credit_payments .select2-bfwc-chosen span:nth-child(2) {
        width: 75%;
    }

    #main.thank-you-page section.offer header .offer-message #timer {
        font-size: 29px;
        padding: 0 5px;
    }

    /*#timer-minutes {
        margin-right: 25px;
    }

    #timer-minutes:after {
        right: -21px !important;
    }*/
}












@media (max-width: 350px) {
    #checkout .col #payment-methods .choice > label[for="payment_method_braintree_payment_gateway"],
    #checkout .col #payment-methods .choice:not(.selected) > label[for="payment_method_braintree_payment_gateway"] {
        background-size: 111px !important;
    }

    div.choice.credit-card.payment_method_sezzlepay p {
        font-size: 11px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .back-to-shop {
        text-indent: -9999px;
    }

    #checkout p.sms-confirm label {
        font-size: 13px;
    }

    #main.thank-you-page section.offer.meal.plans [class^="styles_option_"] {
        padding: 8px 0;
    }

    #thank-you-survey form .thank-you-experience-options label {
        margin: 15px 0px;
    }

    #thank-you-survey form .thank-you-experience-options label .experience-icon {
        width: 80px;
        height: 80px;
        background-size: 80px !important;
    }

    #thank-you-survey form .thank-you-experience-options label span {
        font-size: 14px;
    }

    #thank-you-survey form .thank-you-experience-options label.thank-you-did-not-like {
        margin-left: 17%;
    }

    #thank-you-survey form .thank-you-experience-options label.thank-you-hated-it {
        margin-right: 17%;
    }

    #main.thank-you-page section#thank-you-sms form#thank-you-submit h3 {
        font-size: 14px;
        margin-top: 2px;
    }

}






/*--------------------------------------------------------------
# UPDATES JAN 2021 / APR 2023
--------------------------------------------------------------*/
.termsBox {
   max-width: 300px;
   margin-left: 0px;
   display: block;
}

.termsBox input[type="checkbox"] {
   float: left;
   text-align: left;
   margin-right:  10px;
   display: inline-block;
   -webkit-appearance: none;
   width: 19px;
   height: 19px;
   background: #fff !important;
   border: 1px solid #ddd;
   margin-top: -3px;
}

.termsBoxTextContainer {
    width: 300px;
    text-align: left;
    margin-bottom: 12px;
    font-size:  12px;
    line-height: 1.2;
    padding-top:  1px;
}

.termsBox input[type="checkbox"]:checked {
    background: #00a2ff url('../..//images/2017-images/login-checkbox.png') center no-repeat !important;
}

.createButtonDisabled {
    background: #d2d2d2 !important;
    pointer-events: none;
}

#checkout-container #create-account {
    display: none;
}

@media (max-width: 767px) {
    .checkout-badge-wrap {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 40px
    }
    .termsBox {
        margin-top: 13px;
     }
}

@media (min-width: 528px) and (max-width: 1023) {
    .checkout-svg-container {
        vertical-align: baseline;
    }
}


/*--------------------------------------------------------------
# Prevent autofill from hiding phone field.
--------------------------------------------------------------*/

#shipping_phone_field.not-hidden {
    display: block !important;
}

/*--------------------------------------------------------------
# Amazon Checkout
--------------------------------------------------------------*/

#amazonLogout {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #amazonLogout {
        margin-bottom: 25px;
        margin-top: 15px;
    }
}
