.fc-update-payment_method #payment-method,
.fc-update-shipping_method #shipping-method{
    pointer-events: none;
    opacity: .7;
}
@-webkit-keyframes fc-shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
    }
}

@keyframes fc-shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.fc-shake {
    animation: fc-shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
}

@-webkit-keyframes fc-spinner-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes fc-spinner-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
.firecheckout-set button.button,
.firecheckout-set button.button span,
.firecheckout-set button.button span span,
.firecheckout-window button.button,
.firecheckout-window button.button span,
.firecheckout-window button.button span span {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    float: none;
    height: auto;
    width: auto;
    min-height: 0 !important;
    min-width: 0 !important;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font: bold 12px/30px Arial,Helvetica,sans-serif;
    color: #fff;
}
.firecheckout-set button.button span,
.firecheckout-set button.button span span,
.firecheckout-window button.button span,
.firecheckout-window button.button span span {
    transition: none !important;
    background: none !important;
}
.firecheckout-set button.button,
.firecheckout-window button.button {
    background-color: #888;
    border-radius: 3px;
    border: 0px solid rgba(0,0,0,0.15);
    border-bottom-width: 2px;
    padding: 0 15px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.firecheckout-set button.button:hover,
.firecheckout-set button.button:focus,
.firecheckout-window button.button:hover,
.firecheckout-window button.button:focus { background-color:#777; }
.firecheckout-set button.loading,
.firecheckout-set button.loading:hover,
.firecheckout-set button.loading:focus,
.firecheckout-window button.loading,
.firecheckout-window button.loading:hover,
.firecheckout-window button.loading:focus {
    background-color: #888;
    opacity: 0.8;
    cursor: wait;
    animation: none;
}
.firecheckout-set button.edit { background-color: #aaa; }
.firecheckout-set button.edit:hover,
.firecheckout-set button.edit:focus { background-color: #888; }
.firecheckout-set button.disabled,
.firecheckout-set button.disabled:hover,
.firecheckout-set button.disabled:focus,
.firecheckout-window button.disabled,
.firecheckout-window button.disabled:hover,
.firecheckout-window button.disabled:focus {
    background-color: #ccc;
    opacity: 0.6;
    cursor: not-allowed;
}

/* Primary button */
.firecheckout-set button.btn-checkout,
.firecheckout-set button.btn-primary,
.firecheckout-window button.button {
    background-color: #40c781;
    padding: 0 30px;
    margin: 0 0 5px;
}
.firecheckout-set button.btn-checkout:hover,
.firecheckout-set button.btn-checkout:focus,
.firecheckout-set button.btn-primary:hover,
.firecheckout-set button.btn-primary:focus,
.firecheckout-window button.button:hover,
.firecheckout-window button.button:focus { background-color:#34a46c; }
.firecheckout-set button.btn-checkout.loading,
.firecheckout-set button.btn-checkout.loading:hover,
.firecheckout-set button.btn-checkout.loading:focus,
.firecheckout-set button.btn-primary.loading,
.firecheckout-set button.btn-primary.loading:hover,
.firecheckout-set button.btn-primary.loading:focus,
.firecheckout-window button.button.loading,
.firecheckout-window button.button.loading:hover,
.firecheckout-window button.button.loading:focus { background-color: #40c781; }

.firecheckout-window button.button {
    padding: 0 20px;
    margin: 0;
}
.firecheckout-window button.button span span {
    font-size: 13px;
}

.firecheckout-set button.btn-checkout span span,
.firecheckout-set button.btn-hero span span {
    font-size: 15px;
    line-height: 41px;
    text-transform: uppercase;
}

/* Buttons loading state */
.firecheckout-set button.loading,
.firecheckout-window button.loading {
    animation: 1s button-blink infinite;
    cursor: wait;
}
.firecheckout-window button.button.loading,
.firecheckout-set button.btn-checkout.loading,
.firecheckout-set button.btn-hero.loading {
    padding-right: 57px !important;
}

.firecheckout-set button .fc-spinner { display: none; }
button.btn-checkout .fc-spinner,
.firecheckout-window button .fc-spinner { display: block; }

@keyframes button-blink {
    50% { opacity: 0.5; }
}
.firecheckout-set input[type="checkbox"] + label,
.firecheckout-set input[type="radio"] + label,
.firecheckout-set input[type="checkbox"] + * + label,
.firecheckout-set input[type="radio"] + * + label,
/* RWD fix */
.firecheckout-set #checkout-shipping-method-load .sp-methods dd input + label,
.firecheckout-set #checkout-shipping-method-load .sp-methods dd input + * + label {
    cursor: pointer;
    padding: 0 0 0 25px;
    line-height: 18px;
}
.firecheckout-set input[type="checkbox"][hidden],
.firecheckout-set input[type="radio"][hidden] {
    display: none;
}
.firecheckout-set input[type="checkbox"],
.firecheckout-set input[type="radio"] {
    -webkit-appearance: none;
    position: relative;
    z-index: 1; /* Move it above the label in case if label has wrong 'for' */
    padding: 0;
    background: none;
    opacity: 1 !important;
    box-shadow: 0 0 0 0 #aaa inset !important;
    border: 1px solid #bbb;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: 0;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    cursor: pointer;
}
.firecheckout-set input[type="checkbox"]:checked,
.firecheckout-set input[type="radio"]:checked {
    box-shadow: 0 0 0 10px #888 inset !important;
    border: none;
}
.firecheckout-set input[type="checkbox"]:focus,
.firecheckout-set input[type="radio"]:focus {
    border-color: #555;
    outline: 0;
}
.firecheckout-set input[type="checkbox"]:checked:focus,
.firecheckout-set input[type="radio"]:checked:focus {
    box-shadow: 0 0 0 10px #666 inset !important;
}
.firecheckout-set input[type="checkbox"]::after,
.firecheckout-set input[type="radio"]::after {
    content: ' ';

    background-image: url(../../images/checkmark.png);
    background-size: 12px 10px;

    /* background-image: url(../../images/ios-checkmark-empty.svg);
    background-size: 26px 26px; */

    background-repeat: no-repeat;
    background-position: 50% 50%;

    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    transform: scale(0.2);
    opacity: 0;

    display: block;
    position: absolute;
    top: 50%;
    left: 50%;

    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
}
.firecheckout-set input[type="radio"] {
    border-radius: 50%;
}
.firecheckout-set input[type="radio"]::after {
    background-image: url(../../images/record.svg);
    background-size: 8px 8px;
}
.firecheckout-set input[type="checkbox"]:checked::after,
.firecheckout-set input[type="radio"]:checked::after {
    transform: scale(1);
    opacity: 1;
}

/* Hide custom checkbox and raio styles in third-party themes */
.firecheckout-set input[type="checkbox"] + label::before,
.firecheckout-set input[type="checkbox"] + * + label::before,
.firecheckout-set input[type="checkbox"] + span > label::before,
.firecheckout-set input[type="radio"] + label::before,
.firecheckout-set input[type="radio"] + * + label::before,
.firecheckout-set input[type="radio"] + span > label::before {
    display: none !important;
}
.fc-form-compact .field,
.fc-form-compact .wide,
.fc-form-compact .captcha-input-container {
    position: relative;
}
.fc-form-compact .field:not(.control) label,
.fc-form-compact .wide:not(.control) label,
.fc-form-compact .captcha-input-container label {
    pointer-events: none;

    margin: 0;
    color: #999;
    z-index: 5;
    white-space: nowrap;
    max-width: 85%;
    width: auto;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;

    font-size: 14px;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.fc-form-compact .field input[type="checkbox"] + label,
.fc-form-compact .field input[type="radio"] + label,
.fc-form-compact .wide input[type="checkbox"] + label,
.fc-form-compact .wide input[type="radio"] + label {
    pointer-events: all;
    position: static !important;
    opacity: 1;
}
.fc-form-compact .field.fc-dirty label,
.fc-form-compact .field .fc-dirty label,
.fc-form-compact .wide.fc-dirty label,
.fc-form-compact .wide .fc-dirty label {
    opacity: 1;
    line-height: normal;
}
.fc-form-compact .field label em,
.fc-form-compact .wide label em,
.fc-form-compact .field label.required::after,
.fc-form-compact .wide label.required::after,
.fc-form-compact .captcha-input-container label em,
.fc-form-compact .captcha-input-container label.required::after {
    right: 0 !important;
    color: currentColor;
}
.fc-form-compact .field .input-box,
.fc-form-compact .wide .input-box,
.fc-form-compact .captcha-input-container .input-box {
    position: relative;
}
.fc-form-compact .field .input-box input,
.fc-form-compact .field .input-box select,
.fc-form-compact .field .input-box textarea,
.fc-form-compact .wide .input-box input,
.fc-form-compact .wide .input-box select,
.fc-form-compact .wide .input-box textarea,
.fc-form-compact .captcha-input-container .input-box input {
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    padding: 0.68em 0.48em !important; /* important is used for third-party themes compatibility */
}
.fc-form-compact .field.fc-dirty .input-box input,
.fc-form-compact .field.fc-dirty .input-box select,
.fc-form-compact .field.fc-dirty .input-box textarea,
.fc-form-compact .wide.fc-dirty .input-box input,
.fc-form-compact .wide.fc-dirty .input-box select,
.fc-form-compact .wide.fc-dirty .input-box textarea,
.fc-form-compact .captcha-input-container.fc-dirty .input-box input {
    padding-top: 0.68em !important;
    padding-bottom: 0.68em !important;

}
.fc-form-compact .field .input-box select,
.fc-form-compact .wide .input-box select,
.fc-form-compact .field.fc-dirty .input-box select,
.fc-form-compact .wide.fc-dirty .input-box select {
    padding-right: 27px !important;
}

.fc-form-compact li:not(.fc-calendar) > label[for='billing:month'],
.fc-form-compact li:not(.fc-calendar) > .field > label[for='billing:month'] {
    pointer-events: all;
    opacity: 1;
    left: 4px;
    top: 0;
}
.fc-form-compact li:not(.fc-calendar) > label[for='billing:month'] + .customer-dob,
.fc-form-compact li:not(.fc-calendar) > .field > label[for='billing:month'] + .customer-dob {
    margin-top: 14px;
}
.fc-form-compact .dob-day,
.fc-form-compact .dob-month,
.fc-form-compact .dob-year {
    position: relative;
}
.fc-form-compact .dob-day label,
.fc-form-compact .dob-month label,
.fc-form-compact .dob-year label {
    display: none;
}

/* Fix for not working placeholder on DOB element */
.fc-form-compact li:not(.fc-dirty) > .input-box > input[type='date']::after,
.fc-form-compact div.field:not(.fc-dirty) > .input-box > input[type='date']::after {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    content: attr(placeholder);
    color: #a1a1a1;
}
.firecheckout-set input[type="date"] {
    /* IOS fix: https://github.com/twbs/bootstrap/issues/23307; */
    min-height: 42px;
}
.firecheckout-set input.input-text:focus,
.firecheckout-set .form-list select:focus,
.firecheckout-set select:focus,
.firecheckout-set textarea:focus {
    border: 1px solid #bbb;
}
.firecheckout-set input.input-text:disabled,
.firecheckout-set .form-list select:disabled,
.firecheckout-set select:disabled,
.firecheckout-set textarea:disabled,
.firecheckout-set input[type="checkbox"]:disabled,
.firecheckout-set input[type="radio"]:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.firecheckout-set select,
.firecheckout-set .form-list select {
    margin: 0;
    padding-right: 27px;
    background-image: url(../../images/ios7-arrow-down.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 27px 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .firecheckout-set select,
    .firecheckout-set .form-list select {
        background-image: url(../../images/ios7-arrow-down@2x.png);
    }
}
.firecheckout-set select::-ms-expand,
.firecheckout-set .form-list select::-ms-expand {
    display: none;
}

.firecheckout-set input[type="checkbox"] + label,
.firecheckout-set input[type="radio"] + label {
    display: inline-block;
    padding: 0 0 0 20px;
    line-height: normal;
    vertical-align: top;
}
.firecheckout-set input[type="checkbox"],
.firecheckout-set input[type="radio"] {
    float: left;
    margin: 0 -20px 0 0 !important;
    top: 0;
    vertical-align: middle;
    display: inline-block;
}
/* Fix for billing agreements */
.firecheckout-set label input[type="checkbox"],
.firecheckout-set label input[type="radio"] {
    margin: 0 5px 0 0 !important;
}

.checkoutfield-note { font-size: .9em; color: #aaa; display: block; }

/*********************/
/* reset standard form styles */
.firecheckout-set .form-list,
.firecheckout-set .form-list ul { margin: 0; list-style: none; }
.firecheckout-set .form-list ul { padding: 0; }
.firecheckout-set .form-list li,
.firecheckout-set .form-list ul li { margin-left: 0; margin-right: 0; }
.firecheckout-set .sp-methods ul { margin: 0; }
.firecheckout-set .sp-methods ul,
.firecheckout-set .sp-methods li { padding: 0; list-style: none; }
.firecheckout-set .form-list .validation-advice { width: auto; }
.firecheckout-set span.validation-error,
.firecheckout-set div.validation-error,
.firecheckout-set span.validation-passed,
.firecheckout-set div.validation-passed { background: none; padding: 0; }
.firecheckout-set .form-list textarea { height: 60px; }
.firecheckout-set .input-text,
.firecheckout-set .form-list textarea,
.firecheckout-set .form-list li.wide textarea,
.firecheckout-set .form-list select,
.firecheckout-set .form-list li.wide select,
.firecheckout-set .form-list input.input-text,
.firecheckout-set .form-list li.wide input.input-text,
.firecheckout-set .gift-messages-form .item .details .form-list input.input-text,
.firecheckout-set .gift-messages-form .item .details .form-list li.wide textarea {
    max-width: none;
    width: 100% !important; /* rewrite theme styles */
}
.firecheckout-set .form-list li.fields { margin: 0; }
.firecheckout-set .form-list .field,
.firecheckout-set .form-list .fields .field,
.firecheckout-set .form-list .wide,
.firecheckout-set .form-list .control,
.firecheckout-set .form-list .captcha-input-container,
.firecheckout-set .form-list .captcha-img-container,
.firecheckout-set .form-list > dd {
    margin: 0;
    padding: 4px 2px;
    box-sizing: border-box;
}

/* fluid form styles */
.firecheckout-set .form-list { padding: 0; margin: 0 -4px; }
.firecheckout-set .form-list label { width: auto; color: #444; }
.firecheckout-set .form-list label,
.firecheckout-set .form-list li.wide label { padding: 0; }
.firecheckout-set .form-list label em { display: none; }
.firecheckout-set .form-list label.required::after {
    content: '*';
    margin-left: 2px;
    color: #df280a;
    font-weight: normal;
    line-height: normal;
}
.firecheckout-set .form-list .field,
.firecheckout-set .form-list .input-box { width: 100%; max-width: 100%; margin: 0; }
.firecheckout-set .form-list .input-box { padding: 0; }
.firecheckout-set .form-list .fields .field { clear: none; }
.firecheckout-set .form-list .fields .field,
.firecheckout-set .form-list .fields .input-box,
.firecheckout-set .gift-messages-form .item .details .form-list .field { width: 50%; }
.firecheckout-set .form-list .field .input-box,
.firecheckout-set .form-list .fields .field .input-box,
.firecheckout-set .gift-messages-form .item .details .form-list li.wide .input-box { width: 100%; }
.firecheckout-set .form-list .wide .field,
.firecheckout-set .form-list .wide .input-box { width: 100%; }
.firecheckout-set .form-list .wide .input-box { padding: 0; }
.firecheckout-set .form-list .wide .field .input-box { width: 100%; }

/* dob */
.firecheckout-set .form-list .customer-dob input + label { margin: 0; color: #888; }
.firecheckout-set .form-list .customer-dob .dob-day,
.firecheckout-set .form-list .customer-dob .dob-month {
    width: 30%;
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}
.firecheckout-set .form-list .customer-dob .dob-day .input-text,
.firecheckout-set .form-list .customer-dob .dob-month .input-text { width: 100%; border-right: 0 !important; }
.firecheckout-set .form-list .customer-dob .dob-year { width: 40%; }
.firecheckout-set .form-list .customer-dob .dob-year input.input-text { width: 100%; }

/* Hide validation message below date because another message is shown below all fields */
.firecheckout-set .dob-day .validation-advice,
.firecheckout-set .dob-month .validation-advice,
.firecheckout-set .dob-year .validation-advice,
.firecheckout-set .dob-full .validation-advice { display: none; }

.address-select-item { text-align: left !important; }
.address-select-item label { width: auto !important; text-align: left !important; margin: 0 0 5px !important; }
.address-select-item .input-box,
.address-select-item .input-box select { max-width: 100% !important; width: 100% !important; }

/* Inline address form */
.inline-address-form .form-list {
    margin: 0;
}
.inline-address-form .form-list .fields .field,
.inline-address-form .form-list .fields .field:first-child .input-box,
.firecheckout-window .inline-address-form .form-list .wide .input-box,
.firecheckout-window .inline-address-form .form-list input.input-text,
.firecheckout-window .inline-address-form .form-list textarea {
    width: 100%;
    max-width: 100%;
}
.inline-address-form .form-list fieldset li:not(.inline-form-visible) {
    margin: 0;
}
.inline-address-form fieldset li.wide:not(.inline-form-visible),
.inline-address-form fieldset li.control:not(.inline-form-visible),
.inline-address-form fieldset div.field:not(.inline-form-visible) {
    display: none;
}

.fields .field { float: left; margin: 0; }

@media (max-width: 800px) {
    .firecheckout-set .wide .input-box { max-width: 100% !important; }
    .firecheckout-set .form-list li.wide textarea,
    .firecheckout-set .form-list li.wide select,
    .firecheckout-set .form-list li.wide input.input-text { max-width: 100%; width: 100%; }
}

/* One field per line */
.fc-form-wide .firecheckout-set .form-list .fields .field,
.fc-form-wide .firecheckout-set .form-list .fields .input-box,
.fc-form-wide .firecheckout-set .gift-messages-form .item .details .form-list .field {
    width: 100%;
    clear: left;
}

/* Label and field in one line */
.fc-form-horizontal .firecheckout-set .address-section .form-list .fields .field,
.fc-form-horizontal .firecheckout-set .step-name .form-list .fields .field {
    width: 100%;
    clear: left;
}
@media (min-width: 1024px), (max-width: 800px) {
    .fc-form-horizontal .firecheckout-set .address-section .form-list .fields label,
    .fc-form-horizontal .firecheckout-set .address-section .form-list .wide label,
    .fc-form-horizontal .firecheckout-set .step-name .form-list .fields label,
    .fc-form-horizontal .firecheckout-set .step-name .form-list .wide label {
        float: none;
        display: inline-block;
        vertical-align: middle;
        width: 80px;
        text-align: right;
        word-break: break-word;
        margin: 0 5px 0 0;
    }
    .fc-form-horizontal .firecheckout-set .address-section .form-list .fields .field .input-box,
    .fc-form-horizontal .firecheckout-set .address-section .form-list .wide .input-box,
    .fc-form-horizontal .firecheckout-set .step-name .form-list .fields .field .input-box,
    .fc-form-horizontal .firecheckout-set .step-name .form-list .wide .input-box  {
        float: none;
        display: inline-block;
        vertical-align: middle;
        clear: none;
        width: calc(100% - 90px);
        padding: 0;
    }
    .fc-form-horizontal .firecheckout-set .address-section .form-list .control,
    .fc-form-horizontal .firecheckout-set .step-name .form-list .control {
        padding-left: 95px;
    }
    .fc-form-horizontal .fc-saved-address .control {
        padding-left: 4px !important;
    }
    .fc-form-horizontal .firecheckout-set .address-section .form-list .wide,
    .fc-form-horizontal .firecheckout-set .address-section .form-list .field {
        max-width: none;
        text-align: right;
    }
    .fc-form-horizontal .firecheckout-set .address-section .form-list .wide .input-box,
    .fc-form-horizontal .firecheckout-set .address-section .form-list .field .input-box,
    .fc-form-horizontal .firecheckout-set .step-name .form-list .wide .input-box,
    .fc-form-horizontal .firecheckout-set .step-name .form-list .field .input-box {
        text-align: left;
    }
}

/* checkmoney, bankpayment fixes */
.firecheckout-set td label {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}
/**
 * Tablet layout with sticky order summary
 */
@media (max-width: 800px) and (min-width: 640px) {
    .firecheckout-set .col2-set .col-1,
    .firecheckout-set .col2-set .col-2 {
        box-sizing: border-box;
        float: none;
        width: auto;
    }

    #firecheckout-form .col2-fire-set,
    #firecheckout-form .col3-fire-set { position: relative; }
    #firecheckout-form .col2-fire-set #checkout-review,
    #firecheckout-form .col3-fire-set #checkout-review,
    #firecheckout-form .col2-fire-set .col-fire-1,
    #firecheckout-form .col2-fire-set .col-fire-2,
    #firecheckout-form .col3-fire-set .col-fire-1,
    #firecheckout-form .col3-fire-set .col-fire-2,
    #firecheckout-form .col3-fire-set .col-fire-3 {
        width: 49.2%;
    }
    #firecheckout-form .col2-fire-set .col-fire-1,
    #firecheckout-form .col2-fire-set .col-fire-2,
    #firecheckout-form .col3-fire-set .col-fire-1,
    #firecheckout-form .col3-fire-set .col-fire-2,
    #firecheckout-form .col3-fire-set .col-fire-3 {
        float: left;
        clear: left;
    }
    #firecheckout-form .col2-fire-set #checkout-review,
    #firecheckout-form .col3-fire-set #checkout-review {
        position: absolute;
        right: 0;
        top: 0;
    }
    #checkout-review > .block-title::before {
        display: none;
    }
}
.page-empty.firecheckout-index-index {
    max-width: 1150px;
    margin: 0 auto;
    padding: 15px 5px;
}

.f-left { float: left; }
.f-right { float: right; }

#firecheckout-form { display: block; }
#firecheckout-form .col3-fire-set .col-fire-1,
#firecheckout-form .col3-fire-set .col-fire-2 { width: 30%; float: left; border: none; padding: 0; }
#firecheckout-form .col3-fire-set .col-fire-2 { margin-left:1%; }
#firecheckout-form .col3-fire-set .col-fire-3 { width: 38%; float: right; border: none; padding: 0; }
#firecheckout-form .col2-fire-set .wide { width: auto; }
#firecheckout-form .col2-fire-set .col-fire-1 { width: 32.5%; float: left; border: none; padding: 0; }
#firecheckout-form .col2-fire-set .col-fire-2 { width: 66%; float: right; border: none; padding: 0; }

#firecheckout-form .col2-set,
#firecheckout-form .col3-set,
#firecheckout-form .col4-set {
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    float: none;
}

.firecheckout-set .col2-set .col-1,
.firecheckout-set .col2-set .col-2 { padding: 0; width: 49%; }

.firecheckout-set .col2-set .col-1 { float: left; }
.firecheckout-set .col2-set .col-2 { float: right; }

@media (max-width: 800px) {
    #firecheckout-form .col3-fire-set .col-fire-1,
    #firecheckout-form .col3-fire-set .col-fire-2,
    #firecheckout-form .col3-fire-set .col-fire-3,
    #firecheckout-form .col2-fire-set .col-fire-1,
    #firecheckout-form .col2-fire-set .col-fire-2 { width: auto; float: none; margin-left: 0; margin-right: 0; }
}
@media (max-width: 480px) {
    .firecheckout-set .col2-set .col-1,
    .firecheckout-set .col2-set .col-2,
    .firecheckout-set #shipping-method,
    .firecheckout-set #payment-method,
    .firecheckout-set #checkout-coupon-discount-load,
    .firecheckout-set #checkout-giftcard-load {
        box-sizing: border-box;
        float: none !important;
        width: 100% !important;
    }
}
.firecheckout-set .input-box {
    position: relative;
}
.firecheckout-set .input-box .fc-spinner > div {
    background-color: #ccc;
}

.fc-spinner {
    height: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}
.fc-spinner > div {
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background-color: currentColor;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: fc-spinner-bouncedelay 1.2s infinite ease-in-out both;
    animation: fc-spinner-bouncedelay 1.2s infinite ease-in-out both;
}
.fc-spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.fc-spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.firecheckout-loader {
    visibility: hidden;
    opacity: 0;
    transition:
        visibility 0ms linear 200ms,
        transform 200ms ease-in-out,
        opacity 200ms ease-in-out;

    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    background: #fff;
    border-radius: 0;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 200px;
    height: 90px;
    margin: -60px 0 0 -100px;
    font-weight: bold;
    box-sizing: content-box;
    color: #ccc;
}
.firecheckout-loader.shown {
    visibility: visible;
    opacity: 1;
    transition-delay: 0ms;
}
.firecheckout-loader .fc-spinner {
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.firecheckout-loader .fc-spinner > div {
    width: 16px;
    height: 16px;
}
#checkout-review-load .messages { margin: 4px 6px 0 !important; width: 98%; }
#checkout-review-load .messages li { margin: 0 0 4px !important; }

.checkout-agreements-load .messages { padding: 7px 10px 0 !important; box-sizing: border-box; }
.firecheckout-set .checkout-agreements { border-bottom: 1px solid #ccc; padding-top: 7px; padding-bottom: 7px; margin: 0; }
.firecheckout-set .checkout-agreements li { margin: 0; }
.firecheckout-set .checkout-agreements .agree { padding: 4px 0 4px 0; }
.firecheckout-set .checkout-agreements .last { margin: 0; }
.firecheckout-set .checkout-agreements .agreement-content {  }
.btn-agree { cursor: pointer; }
.firecheckout-agreement-label-minimal { cursor: pointer; }
.btn-agree:hover,
.firecheckout-agreement-label-minimal:hover { text-decoration: underline; }

.firecheckout-set #checkout-review-submit { margin: 5px 0 3px; padding-top: 0; padding-bottom: 0; }
.firecheckout-set #checkout-review-submit .form-list { padding: 0; }
.firecheckout-set #checkout-review-submit .form-comment label { position: static; }

.firecheckout-set #checkout-review #checkout-additional {
    margin: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}
.firecheckout-set #checkout-review #checkout-additional .block-content {
    padding-top: 0;
    padding-bottom: 10px;
}

.firecheckout-set #checkout-review .collateral-wrapper { display: table; }
.firecheckout-set #checkout-review .collateral-wrapper img { max-width: none; }
.firecheckout-set #checkout-review .product-image,
.firecheckout-set #checkout-review .collateral { display: table-cell; vertical-align: top; border: 0; }
.firecheckout-set #checkout-review .collateral { padding-left: 5px; }
.firecheckout-set #checkout-review .short-description { font-size: .9em; line-height: normal; }
.firecheckout-set #checkout-review .item-options { margin: 4px 0 0 10px; font-size: .9em; color: #555; }
.firecheckout-set #checkout-review .firecheckout-items-after { padding-top: 7px; padding-bottom: 7px; }
.firecheckout-set #checkout-review-table-wrapper { overflow: auto; border-top: 1px solid #ccc; margin-top: -1px; }
.firecheckout-set #checkout-review #checkout-review-table { border-width: 0 0 1px 0; width: 100%; }
.firecheckout-set #checkout-review #checkout-review-table tr td:first-child,
.firecheckout-set #checkout-review #checkout-review-table tr th:first-child { border-left-width: 0; }
.firecheckout-set #checkout-review #checkout-review-table td.last,
.firecheckout-set #checkout-review #checkout-review-table th.last,
.firecheckout-set #checkout-review #checkout-review-table tr td:last-child,
.firecheckout-set #checkout-review #checkout-review-table tr th:last-child { border-right-width: 0; }
.firecheckout-set #checkout-review #checkout-review-table tr.first th { border-top: none; }
.firecheckout-set #checkout-review #checkout-review-table tfoot tr { background: none !important; }
.firecheckout-set #checkout-review #checkout-review-table tfoot tr.first td { background: none; }

.firecheckout-set #checkout-review-table-wrapper { padding: 15px 15px 0; border: none; }
.firecheckout-index-index #checkout-review-table td,
.firecheckout-index-index #checkout-review-table th { border: none; }
.firecheckout-index-index #checkout-review-table tr.even,
.firecheckout-index-index #checkout-review-table tr.odd { background-color: #fbfbfb; }

.firecheckout-set #checkout-review-table .btn-remove { float: right; margin-left: 5px; }
.firecheckout-set #checkout-review-table .ugiftcert-remove { float: right; margin: 1px 0 0 2px; }
.firecheckout-set #review-buttons-container { padding: 8px 6px 6px 0; border: none; margin: 0; text-align: right; }
.firecheckout-set #review-buttons-container .please-wait { float: left; }

#addresses-review { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #ccc; font-size: 0.95em; line-height: 1.3em; }
#addresses-review .col-1,
#addresses-review .col-2 { width: 49% !important; float: left !important; clear: none !important; }
#addresses-review .col-2 { float: right !important; }
#addresses-review #shipping-address-review + #payment-method-review { clear: left !important; margin-top: 10px !important; }

/* editable shopping cart */
.qty-wrapper { position: relative; width: 66px; text-align: center; }
.qty-wrapper .qty {
    text-align: center;
    font-weight: bold;
    height: 21px !important;
    width: 20px !important;
    padding: 2px !important;
    font-size: 11px !important;
    border-width: 1px !important;
    display: inline-block;
}
.qty-wrapper .qty-spinner {}
.qty-wrapper.shown .qty-spinner { display: block; }
.qty-wrapper .qty-less,
.qty-wrapper .qty-more {
    position: absolute;
    top: 0;
    width: 20px;
    height: 21px;
    margin: 0;
    padding: 0;
    line-height: normal;
    cursor: pointer;
    border: none;
    background: transparent;
    color: #444;
}
.qty-wrapper .qty-less { left: 0; }
.qty-wrapper .qty-more { right: 0; }

/* RWD theme */
.firecheckout-set #checkout-review-table thead > tr > th,
.firecheckout-set #checkout-review-table thead > tr > th:first-child {
    display: table-cell;
}
/* RWD theme */

@media (max-width: 800px) {
    .firecheckout-set .qty-wrapper .qty-spinner { display: none; }
    .firecheckout-set .qty-wrapper { width: auto; }
}
@media (max-width: 480px) {
    .firecheckout-set #checkout-review .product-image { display: none; }
    .firecheckout-set #checkout-review .collateral { margin: 0 !important; }
}
.firecheckout-section .block-title,
.firecheckout-section .firecheckout-section .block-title,
.firecheckout-section .block-subtitle,
.firecheckout-set .block-content,
#customerbalance_placer,
#reward_placer,
.checkout-onepage-payment-additional-amstcred-customerbalance,
.firecheckout-set .discount-block.form-list,
.firecheckout-set #checkout-review-submit,
.firecheckout-set #checkout-payment-method-load,
.firecheckout-set .checkout-agreements,
.firecheckout-set #checkout-review #checkout-additional .block-content,
.firecheckout-set #checkout-review .firecheckout-items-after,
#addresses-review {
    padding: 15px;
}

.firecheckout-section {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 15px;
}
.firecheckout-section .firecheckout-section {
    border: none;
    margin-bottom: 10px;
}
.firecheckout-section .block-title {
    border: none;
    font-size: 19px;
    line-height: 22px;
    margin: 0;
    color: #444;
    position: relative;
}
.firecheckout-section .firecheckout-section .block-title,
.firecheckout-section .block-subtitle {
    border: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: #333;
}
.firecheckout-set #shipping-method-reset,
.firecheckout-set #payment-method-reset {
    text-transform: lowercase;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    text-shadow: 1px 1px 1px #fff;
    color: #999;
    cursor: pointer;
    background: #f1f3f4;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 0 3px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -8px 0 0;
}
.firecheckout-set #shipping-method-reset:hover,
.firecheckout-set #payment-method-reset:hover { color: #777; }
.firecheckout-set .block-content {
    margin: 0;
    padding-top: 0;
    padding-bottom: 10px;
}

@media (max-width: 800px) {
    .firecheckout-section { margin-bottom: 10px; }
}
.firecheckout-window * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
.firecheckout-window {
    border: none;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    margin: 0;
    padding: 0;
    min-width: 350px;
    max-width: 800px;
    box-sizing: border-box;
    color: #2f2f2f;
	font-family: "Montserrat", sans-serif;

    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition:
        visibility 0ms linear 200ms,
        transform 200ms ease-in-out,
        opacity 200ms ease-in-out;
}
.firecheckout-window.shown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0ms;
}
.firecheckout-window .fc-window-content {
    box-sizing: border-box;
    padding: 0 20px 15px;
    min-width: 300px;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.firecheckout-window .fc-window-title {
    box-sizing: border-box;
    height: 54px;
    border-bottom: 1px solid #ddd;
    padding: 15px 48px 15px 20px;
    margin: 0 0 15px;
    text-align: left;
    font-size: 20px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	background-color: #555;
}
.firecheckout-window .fc-window-content .fc-window-title {
    margin: 0 -20px 15px;
}
.firecheckout-window .fc-window-title span {
    color: #FFF;
    font-size: 20px;
    margin: 0;
}
.firecheckout-window .content {
    padding: 0;
    margin: 0 auto;
}
.firecheckout-window label {
    width: auto;
    text-align: left;
    color: #666;
}
.firecheckout-window p {
    margin-bottom: 5px;
	margin-top: 15px;
}
.firecheckout-window a {
    color: #1152ad;
    text-decoration: underline;
    font-size: 14px;
}
.firecheckout-window a:hover {
    color: #666;
    text-decoration: none;
}
.firecheckout-window .close {
    opacity: 1;
    text-decoration: none;
    font-weight: normal;
    font-size: 25px;
    color: #FFF;
    background-color: #555;

    position: absolute;
    top: 0;
    right: 0;

    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
}
.firecheckout-window.has-scrollbar .close {
    right: 17px;
}
.firecheckout-window .close:hover {
    color: #B82B2B;
    text-decoration: none;
}
.firecheckout-window .buttons-set,
.firecheckout-window .actionbar {
    border-top: 1px solid #e4e4e4;
    padding: 15px 20px;
    text-align: right;
}
.firecheckout-window .fc-window-content .buttons-set { margin: 15px -20px 0; padding: 10px 20px 0; }
.firecheckout-window .actionbar { font-weight: bold; }
.firecheckout-window .buttons-set .back-link { margin: 0; line-height: normal; display: inline-block; }
.firecheckout-window .buttons-set a { margin: 0; padding: 5px 0; display: inline-block; }

#emailexists-window .fc-window-content a { text-decoration: underline; }
#emailexists-window .fc-window-content a:hover { text-decoration: none; }

.firecheckout-window .validation-advice { color: #eb340a; }
.firecheckout-window .form-list .input-box { clear: both; }

#firecheckout-forgot-window,
#firecheckout-login-window {
    max-width: 400px;
}
#firecheckout-forgot-window .form-list,
#firecheckout-login-window .form-list {
    max-width: 90%;
    margin: 20px auto 45px;
}
#firecheckout-forgot-window .form-list input.input-text,
#firecheckout-login-window .form-list input.input-text {
    width: 100%;
    box-sizing: border-box;
}

#firecheckout-login-window .form-list {
    margin-bottom: 10px;
}
#firecheckout-login-window .buttons-set {
    border: none;
    text-align: center;
    margin-top: 0;
    padding-bottom: 30px;
}
#firecheckout-login-window .buttons-set .button {
    margin: 0;
    float: none;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 480px) {
    .firecheckout-window,
    .firecheckout-window .fc-window-content {
        min-width: 90%;
    }
}

/* IE7 fix */
*:first-child+html .firecheckout-window { width: 800px; }

.firecheckout-window .centinel { overflow: auto; }
.firecheckout-window .centinel .authentication { width: 450px; }
.firecheckout-window .centinel .authentication iframe { width: 100%; min-height: 400px; }

#firecheckout-mask {
    visibility: hidden;
    background: #000;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9901;
    transition: all 300ms;
}
#firecheckout-mask.mask-visible {
    visibility: visible;
    opacity: 0.4;
}
.firecheckout-header { text-align: center; padding: 0 0 10px; }
.firecheckout-logo strong {
    font-size: 0;
    height: 0;
    left: -999em;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: -999em;
    width: 0;
}
.firecheckout-logo img { display: inline; }

.firecheckout-index-index .page-title {
    zoom: 1;
    background: none;
    width: auto;
    position: relative;
    margin-bottom: 20px;
}
.firecheckout-index-index .checkout-title h1 {
    float: none;
    color: #000;
    background: none;
    border: none;
    line-height: normal;
}
.firecheckout-index-index .checkout-title a {
    text-transform: none;
    font-size: 14px;
}
.firecheckout-login-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -8px 0 0;
}
.firecheckout-login-wrapper a {
    color: #1152ad;
}
.firecheckout-index-index .checkout-title .checkout-subtitle {
    font-size: 14px;
    margin: 8px 0 2px;
}

.firecheckout-top-container { margin: 10px 0; clear: both; }

/* Address section */
.firecheckout-index-index .address-section { padding-bottom: 15px; }

.firecheckout-index-index #billing-new-address-form,
.firecheckout-index-index #shipping-new-address-form { width: auto; margin: 0; margin-top: 15px; }

.firecheckout-index-index #billing-address,
.firecheckout-index-index #shipping-address { margin: 0; }
.firecheckout-index-index #billing-address .block-content,
.firecheckout-index-index #shipping-address .block-content { padding-bottom: 0; }
.firecheckout-index-index #billing-address .form-list li:last-child { margin-bottom: 0; }
.firecheckout-index-index .form-list .radio-use-for-shipping {
    margin-top: 10px;
    display: inline-block; /* disable margin collapse */
}
.firecheckout-index-index .same-as-billing { margin: 10px 0; display: none; }
.firecheckout-index-index .same-as-billing li { margin: 0; padding: 0; }

#register-customer-password.fc-pw-hidden {
    display: none;
}
.link-forgot-password,
.firecheckout-window a.link-forgot-password {
    float: right;
    margin-top: 2px;
    font-size: 12px;
}

#coupon-code, #giftcard_code { margin: 2px 0 2px; width: 125px; }
#coupon-cancel,
#coupon-apply,
#giftcard-add { display: inline; margin: 0 0 0 5px; }
#firecheckout-form .discount { padding: 0; }
#coupon-code,
#giftcard_code,
#rewardponts .input-text { margin: 2px 0; width: 110px; }
#rewardponts select.input-text { width: 165px; }
#firecheckout-form .discount .button,
#firecheckout-form .giftcard .button { margin: 0; }

/* gift messages */
.firecheckout-set .gift-messages { margin-bottom: 10px; }
.firecheckout-set .gift-messages h3 { font-size: 12px; font-weight: bold; margin: 0 0 5px; }
.firecheckout-set .gift-messages p.control,
.firecheckout-set .gift-messages p,
.firecheckout-set .gift-messages-form,
.firecheckout-set .gift-message-form { padding: 0; background: none; border: none;  }
.firecheckout-set .gift-messages-form p { margin: 2px 0 10px; }
.firecheckout-set .gift-messages-form .item .product-img-box { float: left; width: 75px; padding: 0; }
.firecheckout-set .gift-messages-form .item .details { margin-left: 90px; float: none; }
.firecheckout-set .gift-messages-form .item .details .f-fix { float: left; }
.firecheckout-set .add-gift-message { padding: 10px 0; }
.firecheckout-set .add-gift-message h3 { font-size: 13px; font-weight: bold; }
.firecheckout-set .add-gift-message p { margin: 10px 0 0; }
.firecheckout-set .gift-message-form .inner-box h5,
.firecheckout-set .gift-message-form .inner-box h4 { font-size: 12px; font-weight: bold; margin: 10px 0 0px; padding: 0 5px; }
.firecheckout-set .gift-message-form .inner-box p { margin: 5px 0 10px; padding: 0 5px; }
.firecheckout-set .gift-options-for-order { padding: 0 0 0 20px; }
.firecheckout-set .gift-options-for-order #allow-gift-messages-for-order-container { margin-left: -20px; }
.gift-options-for-order .fieldset .input-text,
.gift-options-for-order .fieldset textarea { width: 100%; }

.firecheckout-set .allow-gift-messages-for-order-container { margin-bottom: 15px; }
.firecheckout-set .gift-messages-form li.wide { width: auto; } /* RWD FIX */

.gift-message-form .gift-item { background: none; }
.gift-message-form .gift-item .product-img-box { width: 75px; padding-right: 5px; background: none; }
.gift-message-form .gift-item .product-image { margin: 0; padding: 0; }
.gift-message-form .gift-item .product-name { margin-top: 5px; }
.gift-message-form .gift-item .fieldset { padding: 0 0 5px 0; float: none; margin-left: 80px; background: none; }
.gift-message-form .gift-item li.fields .field { float: none; width: 100%; }
.gift-message-form .gift-item .fieldset label { width: auto; text-align: left; }
.gift-message-form .fieldset .input-box { float: none; }
.gift-message-form .fieldset .input-text,
.gift-message-form .fieldset textarea { width: 100%; }

/* shipping & payment methods */
#checkout-shipping-method-load,
#checkout-payment-method-load { margin: 10px 0; }
.firecheckout-set .sp-methods { margin: 0; padding: 0; }
.firecheckout-set .sp-methods + .sp-methods,
.firecheckout-set .sp-methods + * + .sp-methods { margin-top: 20px; }
.firecheckout-set .sp-methods .form-list { border: none; }
.firecheckout-set .sp-methods .form-list li { float: none; width: auto; }
.firecheckout-set .sp-methods dt { margin: 15px 0 5px; }
.firecheckout-set .sp-methods dt:first-child { margin-top: 0; }
.firecheckout-set .sp-methods dd { margin: 0; }
.firecheckout-set .sp-methods dd ul { margin: 0 0 10px; }
.firecheckout-set .sp-methods .input-box .v-fix { margin: 0; max-width: 50%; float: none; display: inline-block; vertical-align: middle; }
.firecheckout-set .sp-methods .checkmo-list label { float: left; padding-right: 10px; text-align: right; width: 110px; }
.firecheckout-set .sp-methods .checkmo-list address { float: left; }
.firecheckout-set #advice-required-entry-ccsave_expiration_yr { width: 8em; }
.firecheckout-set #shipping-method .buttons-set { border: none; margin-top: 0; }
.firecheckout-set #checkout-payment-method-load .form-list .input-box { width: auto; }

.firecheckout-set #shipping-method .sp-methods li { margin: 10px 0 5px; }

#payment-method .sp-methods dd ul { padding: 5px 20px 5px 24px; }
#payment-method .fc-single-option .sp-methods dd ul { padding-left: 0; padding-right: 0; }
#payment-method .tool-tip {
    margin: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
#payment-method .tool-tip img {
    max-width: none;
}
@media (max-width: 480px) {
    #payment-method .tool-tip img {
        max-width: 100%;
    }
}

.discount-form .input-field-wrapper,
.giftcard-form .input-field-wrapper { float: left; margin-bottom: 3px; }
#customerbalance_placer,
#reward_placer { padding-top: 0; padding-bottom: 0; }

/* Coupon toggler */
.firecheckout-set .discount-block.form-list { padding-top: 10px; padding-bottom: 10px; }
.firecheckout-set .discount-block .block-title { padding: 10px 0; }
.discount-block .form {
    margin: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.discount-block .form.shown { height: auto; opacity: 1; overflow: visible; }
#coupon-discount label { padding-left:15px; }
.firecheckout-set .discount-form,
.firecheckout-set .giftcard-form,
#rewardponts .block-content { padding: 0; }
#giftcard_code,
#rewardponts .input-text { margin: 0; width: 120px !important; padding: 7px; font-size: 15px; line-height: normal; }
#discount-code .validation-advice,
#giftcard_code .validation-advice,
#rewardponts .validation-advice { width: 120px; box-sizing: border-box; }

.control + .form { padding-left: 6px; }

.firecheckout-set #shipping-wrapper { margin: 20px 0 0; }

.firecheckout-set .updating {
    opacity: 0.6;
    animation: 1s div-blink infinite;
    -ms-animation: none; /* IE11 on WIN8.1 bugfix */
    cursor: wait;
}
@keyframes div-blink { 50% { opacity: 0.4; } }

.firecheckout-set #checkout-payment-method-load { padding-top: 0; padding-bottom: 0; }

.firecheckout-set .newsletter { padding: 0; }
.firecheckout-set .newsletter label { position: static; }
.firecheckout-set .buttons-set { margin: 1em 0 0; }
.firecheckout-set .please-wait { position: static; padding: 0; background: none; border: none; margin: 0; left: auto; top: auto; }

#shipping_form_delivery_date { margin: 10px -4px; max-width: 330px; }
#shipping_form_delivery_date .input-box { width: 100% !important; }
#shipping_form_delivery_date .delivery-date,
#shipping_form_delivery_date .delivery-time {
    padding: 4px;
    box-sizing: border-box !important;
    width: 50%;
    margin: 0;
}
#shipping_form_delivery_date .wide .delivery-date,
#shipping_form_delivery_date .wide .delivery-time { width: 100%; }
#shipping_form_delivery_date .wide .delivery-date .input-text { width: 100%; }
#shipping_form_delivery_date .delivery-date .input-text { margin-right: -23px; }
#shipping_form_delivery_date .delivery-date label { clear: left; display: block; float: none; color: #888; font-size: 10px; font-weight: normal; }
#shipping_form_delivery_date .delivery-date img { display: inline; }

/* Address verification */
#address-verification-window .error-msg { min-height: 0 !important; margin: 4px 0 !important; }
.address-verification-title { font-weight: bold; margin: 5px 0 3px; padding: 0; }
.verification-note { margin: 0; }
.address-actions { padding-left: 5px; }
.address-actions li { line-height: 18px; }

/* hints */
[class*=hint--]::after,
[class*=hint--]::before {
    z-index: 10;
    font-size: 12px !important;
    line-height: 16px !important;
    height: auto !important;
}

/* Fix to prevent jumping page, when calendar causes scrollbar appearing */
.firecheckout-index-index .calendar {
    top: -500px;
    left: 0;
}

#firecheckout-form div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

/* RWD theme */
.firecheckout-set .product-options ul.options-list label,
.firecheckout-set .col2-set .form-list .control label {
    width: auto !important;
}
.firecheckout-set .form-list .control label,
.sp-methods dt label,
.firecheckout-set #checkout-shipping-method-load .sp-methods dd label,
.firecheckout-set #co-shipping-method-form .sp-methods dd label,
.firecheckout-set .product-options ul.options-list label {
    /* width: auto !important; */
    min-width: 0px !important;
    background-color: transparent !important;
}

@media (max-width: 800px) {
    .firecheckout-login-wrapper { position: static; margin: 5px 0; }

    .firecheckout-set .product-name { font-size:.9em; }
    .firecheckout-set .data-table tfoot,
    .firecheckout-set .data-table strong { font-size: 1em; }
    .firecheckout-section .block-title { white-space: nowrap; overflow: hidden; }
}
@media (max-width: 480px) {
    .firecheckout-index-index .checkout-title h1 { text-transform: none; }
}

/* Clears */
.firecheckout-header,
.col-fire-1,
.col-fire-2,
.col-fire-3,
.firecheckout-set .col2-set,
.firecheckout-set .col3-set,
.col2-fire-set,
.col3-fire-set,
.step-content,
.firecheckout-set .form-list li,
.firecheckout-set .form-list .field,
.firecheckout-index-index #checkout-shipping-method-load,
.firecheckout-index-index #checkout-payment-method-load,
.firecheckout-index-index .block-content,
.firecheckout-set .discount-form .input-box::after,
.firecheckout-set .giftcard-form .input-box::after { zoom: 1; }

.firecheckout-index-index .page-title::after,
.firecheckout-header::after,
.col-fire-1::after,
.col-fire-2::after,
.col-fire-3::after,
.firecheckout-set .col2-set::after,
.firecheckout-set .col3-set::after,
.col2-fire-set::after,
.col3-fire-set::after,
.step-content::after,
.firecheckout-set .form-list li::after,
.firecheckout-set .form-list .field::after,
.firecheckout-index-index #checkout-shipping-method-load::after,
.firecheckout-index-index #checkout-payment-method-load::after,
.firecheckout-index-index .block-content::after,
.firecheckout-set .discount-form .input-box::after,
.firecheckout-set .giftcard-form .input-box::after { content: '.'; display: block; visibility: hidden; height: 0; font-size: 0; clear: both; }

#firecheckout-form .clearer::after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



#shipping-address .block-title  {
    margin-bottom: 10px;
}
/* Klarna */
.klarna_box { min-width: 0 !important; border: none !important; }
.klarna_box_top { height: auto !important; }
.klarna_box_bottom_left { float: none !important; width: 100% !important; }
.klarna_box_bottom_right { float: none !important; width: 100% !important; }
.klarna_box_bottom input[type="radio"], .klarna_box_bottom input[type="checkbox"] { float: none !important; }
/* Klarna */

/* SagePay Server Integration */
#checkout-sagepay-iframe-load {  }
iframe#sage-pay-server-iframe { border:none; height:365px; width:687px; }
*:first-child+html iframe#sage-pay-server-iframe { width: 485px; }
/* End of SagePay Server Integration */

/* Relaypoint Integration */
.firecheckout-set #relaypoint { padding: 0; }
.firecheckout-set #relaypoint #suggestion { padding-left: 10px; }
.firecheckout-set #relaypoint #suggestion label { width: 245px; }
.firecheckout-set #relaypoint #suggestion label .s1 { width: auto; padding: 0; }
.firecheckout-set #relaypoint #address { width: 240px; }
.firecheckout-set #relaypoint #zipcode { width: 50px; }
.firecheckout-set #relaypoint #city { width: 130px; }
/* Relaypoint Integration */

/* Craftyclicks postcode lookup */
#billing_cp_result_display,
#shipping_cp_result_display { width: 260px !important; }
#billing_cp_result_display select,
#shipping_cp_result_display select { width: 265px !important; }
/* Craftyclicks postcode lookup */

/* AW_Newsletter */
.firecheckout-set div.awan-checkoutcheckboxes { padding: 0; margin: 0; border: none; }
.firecheckout-set div.awan-checkoutcheckboxes label { float: none; }
.firecheckout-set div.awan-checkoutcheckboxes label.an-data { float: none; font-weight: normal; color: #000; margin: 0 0 3px; position: static; display: block; }
.firecheckout-set div.awan-checkoutcheckboxes ul.an-checkboxes { padding: 0 0 0 12px; }
/* AW_Newsletter */

/* givechange */
#givechange { margin: 0 !important; border: none !important; border-bottom: 1px solid #ccc !important; }
#givechange-how { margin: 0 20px !important; }
/* givechange */

/* infostrates tnt */
.firecheckout-set .tnt_description { width: auto; }
/* infostrates tnt */

/* PostcodeNL */
.form-list input.pcnl-input-text-half,
.form-list select.pcnl-input-text-half { width: 45% !important; }
/* PostcodeNL */

/* TIG_PostNL */
#opc_postnl_ce .input-text { width: 100% !important; }
#opc_postnl_ce .field-postcode .input-box { width: 98% !important; }
#opc_postnl_ce .field { width: 50% !important; }
#opc_postnl_ce .field-postcode { width: 50% !important; }
#opc_postnl_ce .postnl.validation-advice { width: auto !important; }
.firecheckout-set .postnl-container .col2-set .col-2 { float: left; }
/* TIG_PostNL */

/* Ebizmarts_MageMonkey */
.form-list .page-title h1 { font-size: 1em; }
/* Ebizmarts_MageMonkey */

/* IWD opc_signature */
.firecheckout-index-index .signature_wrapper { width: 50%; float: right; }
.firecheckout-index-index .signature_wrapper .signature { padding-right: 10px; }
/* IWD opc_signature */

/* MW_Storecreditpro */
#mw_storecredit_value { width: auto !important; }
#mw-checkout-payment-storecredit { margin-bottom: 10px; }
/* MW_Storecreditpro */

/* Billsafe */
#payment_form_billsafe .fields .field { width: 100%; } /* fixed styles for invalid billsafe markup */
/* Billsafe */

/* AW_Storecredit */
.checkout-onepage-payment-storecredit { padding: 0 8px 5px; }
/* AW_Storecredit */

/* Phoenix_Wirecard Seamless */
#window-overlay-qmore { display: none; }
/* Phoenix_Wirecard Seamless */

/* Emjainteractive_ShippingOption */
.umosaco-table td { border: none; vertical-align: middle; }
.umosaco-table td.label { display: table-cell; }
.umosaco-table label { margin: 0; }
/* Emjainteractive_ShippingOption */

/* ultimo theme integration */
/*
@media (min-width:960px) and (max-width:1200px) {
    .firecheckout-set #checkout-review .product-image { display: none; }
    .firecheckout-set #checkout-review .product-name,
    .firecheckout-set #checkout-review .short-description,
    .firecheckout-set #checkout-review .item-options { margin: 0 !important; }
    .data-table th,
    .data-table td { padding: 12px 6px; }
}
@media (max-width: 959px) {
    .data-table table { display: table; }
    .data-table thead { display: table-header-group; }
    .data-table tbody { display: table-row-group; }
    .data-table tr { display: table-row; }
    table.data-table th, table.data-table td { display: table-cell; }
}
@media (max-width: 767px) {
    .data-table th,
    .data-table td { padding: 12px 6px; }
}
*/

/* Webgriffe_Tntpro */
#shipping-address #map_canvas {
    max-width: 100%;
}
/* Webgriffe_Tntpro */
.page-empty.firecheckout-index-index {
    max-width: 1024px;
}

.checkout-title .continue-shopping { display: none; }
.page-empty .checkout-title { padding-left: 7px; padding-right: 7px; }
.page-empty .checkout-title .continue-shopping { float: right; font-size: 12px; display: block; margin: 7px 0 0; }

.firecheckout-index-index { height: auto; /* Fix to make document.body.getHeight() works properly */ }
.firecheckout-index-index .col-main { border: none; }
.firecheckout-index-index .checkout-title h1 { float: none; }

#firecheckout-form div,
.firecheckout-loader { box-sizing: border-box; }
.firecheckout-loader { height: 90px; display: none; }
.firecheckout-set .fc-spinner { display: block; }

.firecheckout-set input.input-text,
.firecheckout-set select,
.firecheckout-set .form-list select,
.firecheckout-set textarea {
    line-height: 1.4;
    padding: 10px;
    background-color: #fefefe;
    color: #777;
    border-color: #ddd;
    border-radius: 3px;
}
.firecheckout-set select,
.firecheckout-set .form-list select {
    padding-right: 27px;
}
.firecheckout-set input.input-text:focus,
.firecheckout-set select:focus,
.firecheckout-set textarea:focus {
    background-color: #fefefe;
    border-color: #bbb;
    outline: none; /* hide blue outline in MacOS devices */
}

.firecheckout-set .form-list .wide,
.firecheckout-set .address-section .form-list .wide.address-select-item { max-width: 600px; }
.firecheckout-set .address-section .form-list .wide,
.firecheckout-set .address-section .form-list .field { max-width: 50%; }
.fc-form-wide .firecheckout-set .address-section .form-list .wide,
.fc-form-wide .firecheckout-set .address-section .form-list .field { max-width: 70%; }
@media (max-width: 480px) {
    .firecheckout-set .address-section .form-list .wide,
    .firecheckout-set .address-section .form-list .field,
    .fc-form-wide .firecheckout-set .address-section .form-list .wide,
    .fc-form-wide .firecheckout-set .address-section .form-list .field { max-width: none; }
}

.firecheckout-set .form-list select { margin: 0; }

/* Buttons */
.firecheckout-set .step-buttons-set {
    border: none;
    text-align: right;
    margin: 1em 0 0;
    padding: 0;
}
.firecheckout-index-index .step-buttons-set button.button {
    background-color: #40c781;
    font-size: 15px;
    line-height: 34px;
}
.firecheckout-index-index .step-buttons-set button.button:hover,
.firecheckout-index-index .step-buttons-set button.button:focus { background-color:#34a46c; }
.firecheckout-index-index .step-buttons-set button.loading,
.firecheckout-index-index .step-buttons-set button.loading:hover,
.firecheckout-index-index .step-buttons-set button.loading:focus { background-color: #40c781; }
.firecheckout-index-index .step-buttons-set button.edit { background-color: #aaa; }
.firecheckout-index-index .step-buttons-set button.edit:hover,
.firecheckout-index-index .step-buttons-set button.edit:focus { background-color: #888; }
.firecheckout-index-index .step-buttons-set button.disabled,
.firecheckout-index-index .step-buttons-set button.disabled:hover,
.firecheckout-index-index .step-buttons-set button.disabled:focus { background-color: #ccc; }

/* Buttons loading state */
.firecheckout-set .step-buttons-set button .fc-spinner { display: block; }
.firecheckout-set .step-buttons-set button.loading { padding-right: 57px; }

/* Reset inherited styles */
.checkout-title { border: none; }
.firecheckout-section { background: none; border: none; padding: 0; margin: 0; }
.firecheckout-section + .firecheckout-section { margin-top: 20px; }
.firecheckout-section .block-title {
    background: none;
    border: none;
    height: auto;
    line-height: normal;
    overflow: visible;
    padding: 0;
    margin: 0 0 20px;
    text-transform: none;
    font-weight: normal;
    font-size: 22px;
}
.firecheckout-section .block-content { padding: 0; }

/* form fill status styles */
.formfill-section > .block-title { position: relative;  }
.formfill-section > .block-title:before {
    display: none;
    content: ' ';
    color: #fff;
    position: absolute;
    left: -23px;
    top: 50%;
    margin-top: -9px;
    width: 17px;
    height: 17px;
    box-sizing: content-box;
    text-align: center;
    background: url(../images/ios7-checkmark-outline.png) no-repeat 50% 50%;
    background-size: 17px 17px;
}
.formfill-section.filled > .block-title:before {
    display: inline-block;
}
@media (max-width: 480px) {
    .formfill-section > .block-title {
        transition: padding 100ms linear;
    }
    .formfill-section.filled > .block-title {
        padding-left: 22px !important;
    }
    .formfill-section > .block-title:before {
        left: 0;
        margin-right: 3px;
    }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .formfill-section > .block-title:before {
        background-image: url(../images/ios7-checkmark-outline@2x.png);
    }
}

/* Layout */
.onecolumn { float: left; width: 64%; position: relative; }
.onecolumn-aside { float: right; width: 35%; }

/* Sidebar */
#order-total-clone { border: none; }
#order-total-clone .a-right { text-align: left !important; }
#order-total-clone td,
#order-total-clone th { padding: 5px; white-space: normal; border: none; }
#order-total-clone .summary-details { display: none; }
#order-total-clone tr.summary-total { cursor: default; }
#order-total-clone tr.summary-total .summary-collapse,
#order-total-clone tr.summary-total span { cursor: text; }
#order-total-clone tr.summary-total .summary-collapse { background: none; padding: 0; float: none; text-align: left; }
#order-total-clone tfoot { border: none; }
#order-total-clone tfoot tr { background: none !important; }
#order-total-clone tfoot tr.first td { background: none; border: none; }

/* Checkout Steps */
.firecheckout-set .step {
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 30px 40px 20px;
    margin: 0 0 30px;
}
.onecolumn .step { display: none; background: #fff; width: 100%; }
.onecolumn .step-content { position: relative; }
.onecolumn .step-mask {
    background: rgba(255,255,255,0.6);
    z-index: 5;
    position: absolute;
    border-radius: 4px;
    top: -30px;
    bottom: 0;
    left: -40px;
    right: -40px;
    display: none;
}
.onecolumn .current,
.onecolumn .activated,
.onecolumn .completed { display: block; }
.onecolumn .current { background: #fcfcfc; }
.onecolumn .step .edit { display: none; }
.onecolumn .step.completed .step-mask { display: block; }
.onecolumn .step.completed .next { display: none; }
.onecolumn .step.completed .edit { display: inline; }

.expanded .step { display: block; }
.expanded .current { background: #fff; }
.expanded .step .next,
.expanded .step.completed .edit { display: none; }
.expanded .step-mask { display: none; }

/* Step name */
.mode-login .field-confirm-password { display: none; }
.step-name .btn-login,
.mode-login .next { display: none !important; }
.step-name.mode-login .btn-login { display: inline !important; }
.step-name .link-forgot-password { display: none; }
.step-name.mode-login .link-forgot-password { display: block; }
.hidden-registration { display: none; }
.mode-login .hidden-registration { display: block; }
#register-customer-checkbox,
#guest-customer-checkbox { margin: 5px 0; }

/* iPad works with this only! */
/* Mac with Safari doesn't work without display:none! */
#register-customer-password.fc-pw-hidden {
    display: block;
    height: 0;
    overflow: hidden;
}
#register-customer-password.fc-pw-hidden .field-confirm-password {
    display: none;
}

/* Mac Safari works with this only! */
/* iPad does not work with this code! */
.mac.safari #register-customer-password.fc-pw-hidden {
    display: none;
}

/* Address */
.firecheckout-index-index #shipping-address { margin-top: 15px; }

/* Coupon */
.firecheckout-set .discount-block.form-list { padding-left: 0; padding-right: 0; }
.firecheckout-set .discount-block .block-title {
    padding: 0;
    margin: 0 0 7px;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
}

/* Shipping and Payments */
.firecheckout-set #shipping-method-reset,
.firecheckout-set #payment-method-reset { right: 10px; }

.firecheckout-set #checkout-payment-method-load { padding: 0; }

.firecheckout-set .step-shipping-payment-method .col-1,
.firecheckout-set .step-shipping-payment-method .col-2 { width: 47.5%; }

.firecheckout-set .gift-messages { margin: 15px 0; }
.firecheckout-set .gift-messages-form h4 { margin-bottom: 5px; }

/* Additional fields */
.firecheckout-set .form-comment .wide .input-box textarea { max-width: 100%; }

/* Review */
.firecheckout-set #checkout-review #checkout-additional { border: none; }
.expanded #checkout-review #checkout-additional { background: none; }
.firecheckout-set .checkout-agreements { border: none; }
#addresses-review { border: none; }

.step-review .firecheckout-section .block-title,
.step-review .firecheckout-section .firecheckout-section .block-title,
.step-review .firecheckout-section .block-subtitle,
.step-review .firecheckout-section .block-content,
.step-review .firecheckout-section .checkout-agreements,
.step-review .firecheckout-section #checkout-review-submit,
.firecheckout-set #checkout-review-table-wrapper,
.firecheckout-set #checkout-review #checkout-additional .block-content,
.firecheckout-set #checkout-review .firecheckout-items-after,
#addresses-review {
    padding-left: 0;
    padding-right: 0;
}

.firecheckout-section .data-table thead,
.firecheckout-section .data-table th,
.firecheckout-section .data-table td,
.firecheckout-section .data-table tfoot tr,
.firecheckout-section .data-table tr.odd,
.firecheckout-section .data-table tr.even {
    background: none;
    border-left: none;
    border-right: none;
}
.firecheckout-section .data-table tfoot td,
.firecheckout-section .data-table tfoot th { border: none; }
#checkout-review-table tfoot strong { font-size: 18px; }

/* Label and field in one line */
.fc-form-horizontal .firecheckout-set .address-section .block-content,
.fc-form-horizontal .firecheckout-set .step-name .block-content {
    max-width: 70%;
}
.fc-form-horizontal .firecheckout-set .address-section .form-list .fields label,
.fc-form-horizontal .firecheckout-set .address-section .form-list .wide label,
.fc-form-horizontal .firecheckout-set .step-name .form-list .fields label,
.fc-form-horizontal .firecheckout-set .step-name .form-list .wide label {
    width: 120px;
}
.fc-form-horizontal .firecheckout-set .address-section .form-list .fields .field .input-box,
.fc-form-horizontal .firecheckout-set .address-section .form-list .wide .input-box,
.fc-form-horizontal .firecheckout-set .step-name .form-list .fields .field .input-box,
.fc-form-horizontal .firecheckout-set .step-name .form-list .wide .input-box  {
    width: calc(100% - 130px);
}
.fc-form-horizontal .firecheckout-set .address-section .form-list .control,
.fc-form-horizontal .firecheckout-set .step-name .form-list .control {
    padding-left: 135px;
}
.fc-form-horizontal .fc-saved-address .control { padding-left: 4px !important; }

@media (max-width: 1024px) {
    .firecheckout-set .step { padding: 20px 30px; }
    #checkout-coupon-discount-load,
    #checkout-giftcard-load { float: none; width: auto; }
}
@media (max-width: 800px) {
    .firecheckout-set .wide .input-text,
    .firecheckout-set .form-list .wide textarea,
    .firecheckout-set .form-list .wide li.wide textarea,
    .firecheckout-set .form-list .wide select,
    .firecheckout-set .form-list li.wide select,
    .firecheckout-set .form-list .wide input.input-text,
    .firecheckout-set .form-list li.wide input.input-text { width: 100%; }

    .firecheckout-set .step { padding: 20px 30px; }
    .onecolumn { float: none; width: auto; }
    .onecolumn-aside { display: none; }
}
@media (max-width: 480px) {
    .firecheckout-set .step { padding: 10px; }
    .step-name.mode-login .field-password,
    .field-email,
    .field-email .input-box {
        width: 100% !important;
        float: none !important;
    }

    /* make hint bottom positioned */
    .field-email .input-box[aria-label]:not([aria-label=""]) { margin-bottom: 40px; }
    .mode-login .field-email .input-box[aria-label]:not([aria-label=""]) { margin-bottom: 55px; }
    .field-email .hint--medium:after { width: 95%; }
    .field-email .hint--always:before {
        border-right-color: transparent;
        border-bottom-color: #383838;
        margin-top: -11px;
        transform: translateY(8px);
    }
    .field-email .hint--always:before,
    .field-email .hint--always:after {
        margin-left: 0;
        margin-bottom: 0;
        top: 100%;
        left: 50%;
        bottom: auto;
        right: auto;
    }
    .field-email .hint--always:before {
        left: calc(50% - 6px);
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        transform: translateY(8px);
    }
    .field-email .hint--always:after {
        -webkit-transform: translateX(-50%) translateY(8px);
        -moz-transform: translateX(-50%) translateY(8px);
        transform: translateX(-50%) translateY(8px);
    }
}
/* Sections */
.fc-rtl .firecheckout-set #shipping-method-reset { right: auto; left: 15px; }
.fc-rtl .firecheckout-set #payment-method-reset { right: auto; left: 15px; }

/* Section numbers */
.fc-rtl #billing-address > .block-title::before,
.fc-rtl #shipping-method > .block-title::before,
.fc-rtl #payment-method  > .block-title::before,
.fc-rtl #checkout-review > .block-title::before {
    margin: 0 0 0 5px;
}

/* Form */
.fc-rtl .firecheckout-set select,
.fc-rtl .firecheckout-set .form-list select { background-position: 0 50%; padding-left: 27px; padding-right: 7px; }
.fc-rtl .fields .field { float: right; }
.fc-rtl .firecheckout-set input[type="checkbox"] + label,
.fc-rtl .firecheckout-set input[type="radio"] + label { padding: 0 20px 0 0; }
.fc-rtl .firecheckout-set input[type="checkbox"],
.fc-rtl .firecheckout-set input[type="radio"] { float: right !important; margin: 0 0 0 -20px !important; }
.fc-rtl .firecheckout-set label input[type="checkbox"],
.fc-rtl .firecheckout-set label input[type="radio"] { margin: 0 0 0 5px !important; }

/* Form compact */
.fc-rtl .fc-form-compact .field:not(.control) label,
.fc-rtl .fc-form-compact .wide:not(.control) label,
.fc-rtl .fc-form-compact .captcha-input-container label { left: auto; right: 12px; }
.fc-rtl .fc-form-compact .field .input-box select,
.fc-rtl .fc-form-compact .wide .input-box select,
.fc-rtl .fc-form-compact .field.fc-dirty .input-box select,
.fc-rtl .fc-form-compact .wide.fc-dirty .input-box select { padding-right: 7px !important; padding-left: 27px !important; }

/* Checkbox and radio */
.fc-rtl .firecheckout-set input[type="checkbox"] + label,
.fc-rtl .firecheckout-set input[type="radio"] + label,
.fc-rtl .firecheckout-set input[type="checkbox"] + * + label,
.fc-rtl .firecheckout-set input[type="radio"] + * + label,
/* RWD fix */
.fc-rtl .firecheckout-set #checkout-shipping-method-load .sp-methods dd input + label,
.fc-rtl .firecheckout-set #checkout-shipping-method-load .sp-methods dd input + * + label { padding: 0 25px 0 0; }

/* Layout */
.fc-rtl #firecheckout-form .col2-fire-set .col-fire-1 { float: right; }
.fc-rtl #firecheckout-form .col2-fire-set .col-fire-2 { float: left; }
.fc-rtl #firecheckout-form .col3-fire-set .col-fire-1,
.fc-rtl #firecheckout-form .col3-fire-set .col-fire-2 { float: right; }
.fc-rtl #firecheckout-form .col3-fire-set .col-fire-2 { margin-left: 0; margin-right: 1%; }
.fc-rtl #firecheckout-form .col3-fire-set .col-fire-3 { float: left; }
.fc-rtl .firecheckout-set .col2-set .col-1 { float: right; }
.fc-rtl .firecheckout-set .col2-set .col-2 { float: left; }
@media (max-width: 800px) {
    .fc-rtl #firecheckout-form .col3-fire-set .col-fire-1,
    .fc-rtl #firecheckout-form .col3-fire-set .col-fire-2,
    .fc-rtl #firecheckout-form .col3-fire-set .col-fire-3,
    .fc-rtl #firecheckout-form .col2-fire-set .col-fire-1,
    .fc-rtl #firecheckout-form .col2-fire-set .col-fire-2 { width: auto; float: none; margin-left: 0; margin-right: 0; }
}

/* Review */
.fc-rtl #addresses-review .col-1,
.fc-rtl #addresses-review .col-2 { width: 49% !important; float: right !important; clear: none !important; }
.fc-rtl #addresses-review .col-2 { float: left !important; }
.fc-rtl .firecheckout-set #checkout-review #checkout-review-table tr td:first-child,
.fc-rtl .firecheckout-set #checkout-review #checkout-review-table tr th:first-child {
    border-right-width: 0;
    border-left-width: 1px;
}
.fc-rtl .firecheckout-set #checkout-review #checkout-review-table td.last,
.fc-rtl .firecheckout-set #checkout-review #checkout-review-table th.last,
.fc-rtl .firecheckout-set #checkout-review #checkout-review-table tr td:last-child,
.fc-rtl .firecheckout-set #checkout-review #checkout-review-table tr th:last-child {
    border-right-width: 1px;
    border-left-width: 0;
}
.fc-rtl .firecheckout-set #review-buttons-container { text-align: left; }
.fc-rtl .firecheckout-set #review-buttons-container button.button { float: left; }
.fc-rtl .firecheckout-set #checkout-review .collateral { padding: 0 5px 0 0; }
.fc-rtl .qty-wrapper .qty-more { left: 0; right: auto; }
.fc-rtl .qty-wrapper .qty-less { right: 0; left: auto; }

/* Window */
.fc-rtl .firecheckout-window { text-align: right; }
.fc-rtl .firecheckout-window .fc-window-title { text-align: right; padding: 15px 20px 15px 48px; }
.fc-rtl .firecheckout-window .close { right: auto; left: 0; }
.fc-rtl .firecheckout-window.has-scrollbar .close { right: auto; left: 17px; }
.fc-rtl .firecheckout-window .buttons-set,
.fc-rtl .firecheckout-window .actionbar { text-align: left; }

/* General */
.fc-rtl .firecheckout-login-wrapper { right: auto; left: 0; }
.fc-rtl #shipping_form_delivery_date .delivery-date .input-text { margin-right: 0; margin-left: -23px; }
.fc-rtl #shipping_form_delivery_date .delivery-date #delivery_date_button { position: relative; }
.fc-rtl .discount-form .input-field-wrapper { float: right; }
.fc-rtl .giftcard-form .input-field-wrapper { float: right; }
.fc-rtl #coupon-cancel,
.fc-rtl #coupon-apply,
.fc-rtl #giftcard-add { margin: 0 5px 0 0; }
.fc-rtl .sp-methods select.month { margin-right: 0; }

/* Onecolumn layout */
.fc-rtl .onecolumn { float: right; }
.fc-rtl .onecolumn-aside { float: left; }
.fc-rtl .onecolumn-aside #order-total-clone .a-right { text-align: right !important; }
.fc-rtl .onecolumn .formfill-section > .block-title::before { left: auto; right: -23px; margin-top: -9px !important; }
@media (max-width: 800px) {
    .fc-rtl .onecolumn {
        float: none;
    }
}
@media (max-width: 480px) {
    .fc-rtl .onecolumn .formfill-section.filled > .block-title {
        padding-left: 0 !important;
        padding-right: 22px !important;
    }
    .fc-rtl .onecolumn .formfill-section > .block-title::before {
        left: auto;
        right: 0;
        margin-left: 3px;
    }
}
.fc-rtl .firecheckout-set .step-buttons-set { text-align: left; }
.fc-rtl .firecheckout-set .step-buttons-set button.loading { padding-right: 15px; padding-left: 57px; }
.fc-rtl .firecheckout-set .step-buttons-set button .fc-spinner { right: auto; left: 10px; }

/* Sticky layout */
@media (min-width: 640px) {
    .fc-rtl .firecheckout-col2-set-sticky #firecheckout-form .col2-fire-set .col-fire-1,
    .fc-rtl .firecheckout-col2-set-sticky #firecheckout-form .col2-fire-set .col-fire-2,
    .fc-rtl .firecheckout-col2-set-sticky #firecheckout-form .col3-fire-set .col-fire-1,
    .fc-rtl .firecheckout-col2-set-sticky #firecheckout-form .col3-fire-set .col-fire-2,
    .fc-rtl .firecheckout-col2-set-sticky #firecheckout-form .col3-fire-set .col-fire-3 {
        width: 49.2%;
        float: right;
        clear: right;
    }
    .fc-rtl .firecheckout-col2-set-sticky #firecheckout-form .col2-fire-set #checkout-review,
    .fc-rtl .firecheckout-col2-set-sticky #firecheckout-form .col3-fire-set #checkout-review {
        width: 49.2%;
        right: auto;
        left: 0;
    }
}
/* Tablet layout */
@media (max-width: 800px) and (min-width: 640px) {
    .fc-rtl #firecheckout-form .col2-fire-set .col-fire-1,
    .fc-rtl #firecheckout-form .col2-fire-set .col-fire-2,
    .fc-rtl #firecheckout-form .col3-fire-set .col-fire-1,
    .fc-rtl #firecheckout-form .col3-fire-set .col-fire-2,
    .fc-rtl #firecheckout-form .col3-fire-set .col-fire-3 {
        width: 49.2%;
        float: right;
        clear: right;
    }
    .fc-rtl #firecheckout-form .col2-fire-set #checkout-review,
    .fc-rtl #firecheckout-form .col3-fire-set #checkout-review {
        width: 49.2%;
        right: auto;
        left: 0;
    }
}
