﻿/* Reset css */
#checkout-container div, #checkout-container span, #checkout-container applet, #checkout-container object, #checkout-container iframe, #checkout-container h1, #checkout-container h2, #checkout-container h3, #checkout-container h4, #checkout-container h5, #checkout-container h6, #checkout-container p, #checkout-container blockquote, #checkout-container pre, #checkout-container a, #checkout-container abbr, #checkout-container acronym, #checkout-container address, #checkout-container big, #checkout-container cite, #checkout-container code, #checkout-container del, #checkout-container dfn, #checkout-container em, #checkout-container img, #checkout-container ins, #checkout-container kbd, #checkout-container q, #checkout-container s, #checkout-container samp, #checkout-container small, #checkout-container strike, #checkout-container strong, #checkout-container sub, #checkout-container sup, #checkout-container tt, #checkout-container var, #checkout-container b, #checkout-container u, #checkout-container i, #checkout-container center, #checkout-container dl, #checkout-container dt, #checkout-container dd, #checkout-container ol, #checkout-container ul, #checkout-container li, #checkout-container fieldset, #checkout-container form, #checkout-container label, #checkout-container legend, #checkout-container table, #checkout-container caption, #checkout-container tbody, #checkout-container tfoot, #checkout-container thead, #checkout-container tr, #checkout-container th, #checkout-container td, #checkout-container article, #checkout-container aside, #checkout-container canvas, #checkout-container details, #checkout-container embed, #checkout-container figure, #checkout-container figcaption, #checkout-container footer, #checkout-container header, #checkout-container hgroup, #checkout-container menu, #checkout-container nav, #checkout-container output, #checkout-container ruby, #checkout-container section, #checkout-container summary, #checkout-container time, #checkout-container mark, #checkout-container audio, #checkout-container video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
#checkout-container article, #checkout-container aside, #checkout-container details, #checkout-container figcaption, #checkout-container figure, #checkout-container footer, #checkout-container header, #checkout-container hgroup, #checkout-container menu, #checkout-container nav, #checkout-container section {
    display: block;
}

#checkout-container, #shipping-not-allowed {
    line-height: 15px !important;
    background-color: #fff;
    line-height: 135% !important;
}

    #checkout-container div, #shipping-not-allowed div {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

    #checkout-container ol, #checkout-container ul {
        list-style: none;
    }

    #checkout-container blockquote, #checkout-container q {
        quotes: none;
    }

        #checkout-container blockquote:before, #checkout-container blockquote:after, #checkout-container q:before, #checkout-container q:after {
            content: '';
            content: none;
        }

    #checkout-container table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    #checkout-container img {
        max-width: 100%;
        height: auto;
        width: auto\9; /* ie8 */
    }
/* Page structure */

html, body {
    margin: 0;
    width: 100%;
    height: 100%
}

table, td, tr, div, span, p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

body {
    color: #6b6b6b;
    overflow-x: hidden;
    /*background-color: #ffffff;*/
    min-height: 100%;
}

    body#checkout-steps {
        background-color: #ffffff !important;
    }

    body #checkout-container {
        font-size: 16px;
    }

#checkout-wrapper {
    height: 100%;
}

    #checkout-wrapper .checkout-toggler-wrapper a {
        margin-right: auto;
        margin-left: auto;
        display: block;
        color: #0c82b7;
        font-size: 16px;
        padding: 25px 15px;
        background-color: #fafafa;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }

#checkout-container a {
    color: #0c82b7;
    text-decoration: none;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}

    #checkout-container a:hover {
        color: #000;
        text-decoration: none;
    }

#checkout-container #login-container:after {
    display: block;
    content: "";
    clear: both;
}

#checkout-container #login-container #new-customers-login,
#checkout-container #login-container #returning-customers {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#checkout-container #login-container #new-customers-login {
    float: right !important;
}

#checkout-container #login-container #new-customers-login {
    padding-left: 20px;
    border-left: 1px solid #D8D8D8;
}

#checkout-container #login-container #returning-customers {
    padding-right: 20px;
}


#checkout-container #main-content .basket-header {
    font-size: 18px;
}

    #checkout-container #main-content .basket-header:after,
    #checkout-container #main-content .basket-details:after {
        content: "";
        display: table;
        clear: both;
    }

    #checkout-container #main-content .basket-header .basket-header-article {
        float: left;
        display: inline;
        width: 58%;
        padding: 15px 0;
        border-bottom: solid 1px #d8d8d8;
    }

    #checkout-container #main-content .basket-header .basket-header-price {
        float: left;
        display: inline;
        width: 10%;
        margin: 0 2.5%;
        padding: 15px 0;
        border-bottom: solid 1px #d8d8d8;
    }

    #checkout-container #main-content .basket-header .basket-header-amount {
        float: left;
        display: inline;
        width: 10%;
        margin-right: 2.5%;
        padding: 15px 0;
        border-bottom: solid 1px #d8d8d8;
        text-align: center;
    }

    #checkout-container #main-content .basket-header .basket-header-total {
        float: left;
        display: inline;
        width: 14.5%;
        padding: 15px 0;
        border-bottom: solid 1px #d8d8d8;
        text-align: right;
    }

#checkout-container #main-content .basket-details {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: solid 1px #d8d8d8;
    position: relative;
    min-height: 105px;
}

    #checkout-container #main-content .basket-details .basket-details-article {
        float: left;
        display: inline;
        width: 58%;
        padding: 15px 0;
    }

        #checkout-container #main-content .basket-details .basket-details-article:after {
            display: table;
            content: "";
            clear: both;
        }

        #checkout-container #main-content .basket-details .basket-details-article:after {
            display: table;
            content: "";
            clear: both;
        }

        #checkout-container #main-content .basket-details .basket-details-article .basket-details-image {
            float: left;
            display: inline;
            width: 115px;
            text-align: center;
        }

            #checkout-container #main-content .basket-details .basket-details-article .basket-details-image .remove-button {
                display: inline-block;
                border: 1px solid #D8D8D8;
                padding: 0px 4px;
                margin: auto;
                text-transform: uppercase;
                font-size: 10px;
                letter-spacing: 1px;
                border-radius: 3px;
                line-height: 19px;
            }

        #checkout-container #main-content .basket-details .basket-details-article .basket-details-desc {
            float: left;
            display: inline;
            width: calc(100% - 115px);
        }

            #checkout-container #main-content .basket-details .basket-details-article .basket-details-desc h4 {
                margin-bottom: 10px;
            }

            #checkout-container #main-content .basket-details .basket-details-article .basket-details-desc span {
                font-size: 85%;
                display: block;
            }

    #checkout-container #main-content .basket-details .basket-details-price {
        float: left;
        display: inline;
        width: 10%;
        margin: 0 2.5%;
        padding: 15px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #checkout-container #main-content .basket-details .basket-details-amount {
        float: left;
        display: inline;
        width: 10%;
        margin-right: 2.5%;
        padding: 15px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: center;
    }

        #checkout-container #main-content .basket-details .basket-details-amount span {
            display: none;
        }

#checkout-container #main-content input,
#checkout-container #main-content textarea,
#checkout-container #main-content select,
#checkout-container #summary-checkout-wrapper input,
#checkout-container #summary-checkout-wrapper textarea,
#checkout-container #summary-checkout-wrapper select {
    font-size: 100%;
    box-shadow: none;
    border: 1px solid #d9d9d9;
    outline: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
    #checkout-container #main-content input.radio-hidden{
        display: none;
    }

    label.radio-hidden{
        margin-left: -15px;
    }

    #checkout-container #main-content input:focus,
    #checkout-container #main-content textarea:focus,
    #checkout-container #main-content select:focus {
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        border: 1px solid #c1c1c1;
    }

#checkout-steps #checkout-container #main-content input:focus,
#checkout-steps #checkout-container #main-content textarea:focus,
#checkout-steps #checkout-container #main-content select:focus {
    box-shadow: 0px 0px 0px 1px rgba(20, 135, 206, 1);
    border: 1px solid #1487CE;
}

#checkout-container #main-content select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    line-height: 42px;
    background-image: url(/images/Checkout/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    margin-bottom: 20px;
}

    #checkout-container #main-content select.multiple {
        background-image: none;
        padding-top: 12px;
        padding-bottom: 7px;
        min-height: 65px;
    }

#checkout-container #main-content input.btn:focus {
    box-shadow: none;
    border: none;
}

#checkout-steps #checkout-container #main-content input,
#checkout-steps #checkout-container #main-content textarea,
#checkout-steps #checkout-container #main-content select,
#checkout-container #summary-checkout-wrapper input,
#checkout-container #summary-checkout-wrapper textarea,
#checkout-container #summary-checkout-wrapper select {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#checkout-wrapper #checkout-container #toggler-summary-checkout-wrapper #mobile-summary-price-hdr .extra-currency-symbol,
#checkout-wrapper #checkout-container #toggler-summary-checkout-wrapper #mobile-summary-price .extra-currency-symbol {
    margin-top: 0px;
}

#checkout-steps #checkout-container #main-content input.credit-card-number {
    background-image: url(/images/Checkout/padlock.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
}

#checkout-steps #checkout-container #main-content .security-code-cvv {
    position: relative;
}

    #checkout-steps #checkout-container #main-content .security-code-cvv a {
        position: absolute;
        top: 15px;
        right: 12px;
    }

#checkout-container #main-content input.btn,
#checkout-container #main-content input.btn:focus {
    box-shadow: none;
    border: none;
}

#checkout-container #main-content .basket-details .basket-details-amount input {
    margin-top: -12px;
    margin-bottom: 0;
    height: 46px;
    line-height: 46px;
    width: 60px;
    text-align: center;
}

#checkout-container #main-content .basket-details .basket-details-total {
    float: left;
    display: inline;
    width: 14.5%;
    padding: 15px 0;
    position: relative;
    text-align: right;
}

#checkout-container #main-content .basket-details .basket-details-total .basket-quantity-discount {
    display: inline-block;
    width: 100%;
}

#checkout-container #main-content .basket-details .basket-details-total .basket-item-subTotalWithoutDiscount {
    display: inline-block;
    font-size: small;
    text-decoration: line-through;
    color: #AAA;
}

    #checkout-container #main-content .basket-details .basket-details-total a {
        position: absolute;
        right: 5px;
        top: 12px;
        font-size: 36px;
        color: #6b6b6b;
        ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Safari */
        transform: rotate(45deg);
        -webkit-transition: color 300ms ease;
        -moz-transition: color 300ms ease;
        -o-transition: color 300ms ease;
        transition: color 300ms ease;
    }

        #checkout-container #main-content .basket-details .basket-details-total a:hover {
            text-decoration: none;
            color: #0c82b7;
        }

#checkout-container #main-content .basket-details.checkout-blocked .basket-details-article .basket-details-desc span,
#checkout-container #main-content .basket-details.checkout-blocked .basket-details-price,
#checkout-container #main-content .basket-details.checkout-blocked .basket-details-total {
    color: red;
}

#checkout-container #main-content .basket-subtotal {
}

    #checkout-container #main-content .basket-subtotal:after {
        display: table;
        content: "";
        clear: both;
    }

    #checkout-container #main-content .basket-subtotal .basket-subtotal-heading {
        float: left;
        display: inline;
        width: 75%;
        border-bottom: solid 1px #d8d8d8;
        text-align: right;
        font-size: 20px;
        padding: 35px 0 20px 0;
    }

    #checkout-container #main-content .basket-subtotal .basket-subtotal-amount {
        float: left;
        display: inline;
        width: 22.5%;
        margin-left: 2.5%;
        border-bottom: solid 1px #d8d8d8;
        text-align: right;
        font-size: 20px;
        padding: 35px 0 20px 0;
    }

#checkout-container #continue-shopping {
    padding-bottom: 15px;
    font-size: 16px;
}

    #checkout-container #continue-shopping span {
        font-size: 20px;
    }

    #checkout-container #continue-shopping a:hover {
        color: #434343;
        text-decoration: none;
    }

#checkout-container div.remove {
    height: 13px;
    width: 100%;
    margin-bottom: 4px;
}

#checkout-container a.remove, #checkout-container input[type=image].remove {
    color: #878787;
    /* font-size: 12px;
        font-weight: bold;*/
    background-image: url(http://secure.ashop.mehttp://secure.ashop.me/images/Checkout/trash.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 13px;
    width: 13px;
    display: block;
    /*line-height: 13px;
    position: relative;
    padding-left: 13px;*/
    margin: 0px auto; /*vertical-align: middle;*/
}

    #checkout-container a.remove:hover, #checkout-container input[type=image].remove:hover {
        color: #bc0000;
        text-decoration: none;
        background-image: url(http://secure.ashop.me/images/Checkout/trash.png);
        background-position: left -13px;
    }

.btn {
    border-radius: none;
    border: none;
    color: #767676;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    margin-top: 5px;
    margin-right: 3px;
    margin-left: 3px;
    padding: 10px 18px;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    -webkit-appearance: none;
}

    .btn:hover {
        text-decoration: none;
    }

.btn-gray {
    background-color: gray;
    color: white;
}

.btn-blue {
    background-color: #1487ce;
    color: #FFFFFF;
}

.btn-green {
    background-color: #5BB75B;
    color: #FFFFFF;
}

.btn-gray:hover,
.btn-gray.active {
    background-color: #e9e9e9;
    color: gray;
}

.btn-blue:hover,
.btn-blue:active {
    background-color: #006DCC;
}

.btn-green:hover, .btn-green:active {
    background-color: #51a351;
}

#checkout-container select,
#checkout-container textarea,
#checkout-container input[type="text"],
#checkout-container input[type="password"],
#checkout-container input[type="date"],
#checkout-container input[type="email"] {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    margin-bottom: 10px;
    padding: 10px;
    vertical-align: middle;
    background-color: #FFFFFF;
    box-shadow: none;
    border: 1px solid #d9d9d9;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

#checkout-container input[type="date"] {
    padding-right: 0;
    width: 140px;
    display: block;
}

#checkout-container textarea {
    height: auto;
    line-height: normal;
}

#checkout-container #main-content #CountryId {
    margin-bottom: 10px;
}

#checkout-container #main-content #CountryId-error,
#checkout-container #main-content #StateValidationMessage .field-validation-error {
    display: block;
    padding-bottom: 10px;
}

.card-type {
    width: 150px !important;
    display: inline-block !important;
}

#cards-logos {
    display: inline-block !important;
    height: 29px !important;
    overflow: hidden !important;
    margin-bottom: -6px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #cards-logos {
        display: inline-block !important;
        height: 28px !important;
        overflow: hidden !important;
        margin-bottom: -5px !important;
    }
}

.dates {
    width: 65px !important;
    padding-top: 5px !important;
    vertical-align: middle;
}

.capital {
    text-transform: uppercase;
}

.qty-button {
    text-transform: uppercase;
    font-size: 10px;
    width: auto;
    height: auto !important;
    color: #595959;
    padding: 2px 4px;
    /*padding: 0px 4px\9;*/
    margin-bottom: 5px;
}

.qty-button-summary {
    text-transform: uppercase;
    font-size: 14px;
    width: 60px !important;
    height: 30px;
    color: #595959;
    padding: 2px 4px;
    /*padding: 0px 4px\9;*/
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.qty-button-certificate {
    text-transform: uppercase;
    font-size: 12px;
    width: auto !important;
    height: auto !important;
    color: #595959;
    padding: 2px 4px;
    /*padding: 0px 4px\9;*/
    margin-bottom: 5px;
    margin-left: 5px;
    margin-bottom: 2.6%;
}

@-moz-document url-prefix() {
    .qty-button, .qty-button-summary;

{
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 1px;
    padding-left: 4px;
}

.qty-button-summary {
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px !important;
    padding-left: 4px;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .qty-button, .qty-button-summary {
        padding: 0px 4px;
    }

    .qty-button-summary {
        padding-top: 1px;
        padding-right: 4px;
        padding-bottom: 0px;
        padding-left: 4px;
    }
}

.sec-code {
    width: 60px !important;
}

.ccv {
    margin-bottom: -5px !important;
}

#checkout-container .horizontal input, #checkout-container .horizontal label {
    display: inline;
}

#checkout-container .horizontal label {
    margin-right: 32px;
}

#checkout-container textarea {
    height: 100px !important;
}

input#datepicker {
    display: block;
    background-image: url(/css/Checkout/datepicker/calendar.png) !important;
    background-repeat: no-repeat;
    background-position: right center;
}

div.uploader {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    height: 48px;
    display: block;
    vertical-align: middle;
    margin-bottom: 5px;
}

    div.uploader input {
        width: 200px;
        border: medium none;
        bottom: 0;
        cursor: default;
        float: right;
        height: 28px;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    #checkout-container div.uploader span.filename,
    div.uploader span.filename {
        cursor: default;
        display: block;
        float: left;
        overflow: hidden;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #777777;
        font-size: 14px;
        width: 190px;
        height: 46px;
        line-height: 36px;
        border: 1px solid #d9d9d9;
        margin: 0;
        padding: 4px 10px;
        background-color: #FFF;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    #checkout-container div.uploader span.action,
    div.uploader span.action,
    #checkout-container div.uploader a.action,
    div.uploader a.action {
        display: inline-block;
        text-decoration: none;
        float: left;
        z-index: 10;
        overflow: hidden;
        padding: 2px 15px;
        background-color: #d9d9d9;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        height: 46px;
        line-height: 42px;
        cursor: pointer;
        color: #6d6d6d;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.label-title {
    display: block !important;
    font-weight: bold !important;
    padding-top: 10px !important;
    padding-right: 0px !important;
    padding-bottom: 7px !important;
    padding-left: 0px !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 12px;
}

.no-padding {
    padding-top: 0px !important;
    padding-bottom: 15px !important;
}

#checkout-container select {
    height: 46px;
    line-height: 46px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    padding: 4px 5px; /*width:  100% !important;*/
}

@-moz-document url-prefix() {
    #checkout-container select;

{
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

}

#main-content input[type="text"], #main-content input[type="email"], #main-content input[type="password"] {
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#main-content .payment-method-wrapper input[type="text"],
#main-content .payment-method-wrapper input[type="email"],
#main-content .payment-method-wrapper input[type="password"] {
    margin-bottom: 12px;
}

#main-content select {
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#main-content textarea {
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#checkout-container input[type="radio"] {
    margin: 0px;
    padding: 0px;
}

#checkout-container select:focus,
#checkout-container textarea:focus,
#checkout-container input[type="text"]:focus,
#checkout-container input[type="password"]:focus,
#checkout-container input[type="date"]:focus,
#checkout-container input[type="email"]:focus {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #c1c1c1;
}

#checkout-container label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
    font-size: 100%;
}

#checkout-container #returning-customers-field label,
#checkout-container #new-customers-field label {
    font-size: 16px;
    color: #4b4b4b;
}

#checkout-container .label-select,
#checkout-container .label-date,
#checkout-container .label-file,
#checkout-container .billing-address-wrapper .label-select,
#checkout-container .billing-address-wrapper .label-date,
#checkout-container .billing-address-wrapper .label-file {
    margin-top: -11px;
    margin-bottom: -11px;
    background-color: #fff;
    display: inline-block;
    padding: 0px 5px;
    position: absolute;
    z-index: 100;
    margin-left: 6px;
    font-size: 13px;
    color: #9e9e9e;
}

#checkout-container .shipping-method-wrapper label,
#checkout-container .payment-method-wrapper label {
    display: inline;
    margin-bottom: 0px;
}

#checkout-container .billing-address-wrapper label {
    margin-bottom: 0px;
}

#checkout-container {
    max-width: 990px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 20px 60px 20px;
}

body#checkout-steps #checkout-container {
    padding: 0;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 100%;
}

#checkout-container:after {
    display: table;
    content: "";
    clear: both;
}

#checkout-container #new-customers,
#checkout-container #returning-customers {
    width: 100%;
    margin: auto;
}

    #checkout-container #new-customers #new-customers-header,
    #checkout-container #returning-customers #returning-customers-header,
    #checkout-container #main-content #shipping-header,
    #checkout-container #main-content #additional-info-header,
    #checkout-container #main-content #email-header,
    #checkout-container #main-content .address-header,
    #checkout-container #main-content #gift-header,
    #checkout-container #main-content #payment-header,
    #checkout-container #main-content #shopping-header,
    #checkout-container #main-content #summ-header,
    #checkout-container #main-content #generic-header,
    #shipping-not-allowed #shipping-not-allowed-header {
        font-weight: 400;
        font-size: 20px;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        margin-bottom: 20px;
        color: #4b4b4b;
    }

#checkout-container #main-content .address-subheader {
    font-weight: 400;
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 15px;
    color: #999999;
}

#checkout-container #summary-checkout-wrapper #summary-checkout-container #summary-header {
    background-color: #707070;
    color: #eeeeee;
    border: 1px solid #cdcdcd;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    font-weight: bold;
    text-indent: 48px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

#checkout-container #main-content #shipping-header a, #checkout-container #main-content #shopping-header a, #checkout-container #main-content #additional-info-header a, #checkout-container #main-content #payment-header a {
    float: right;
    margin-right: 11px;
    font-size: 14px;
    font-weight: normal;
    color: #0C82B7;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

    #checkout-container #main-content #shipping-header a:hover, #checkout-container #main-content #shopping-header a:hover, #checkout-container #main-content #additional-info-header a:hover, #checkout-container #main-content #payment-header a:hover {
        color: #707070; /*#434343;*/
        text-decoration: none;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

#checkout-container #new-customers #new-customers-content,
#checkout-container #returning-customers #returning-customers-content,
#checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content,
#checkout-container #main-content .shipping-content,
#checkout-container #main-content .additional-info-content,
#checkout-container #main-content .email-content,
#checkout-container #main-content .address-content,
#checkout-container #main-content .gift-content,
#checkout-container #main-content .payment-content,
#checkout-container #main-content .shopping-content,
#checkout-container #main-content .shopping-content-basket,
#checkout-container .thank-you-box,
#shipping-not-allowed .shipping-not-allowed-content {
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

#checkout-container #main-content .additional-info-wrapper .additional-info-content .CheckboxField {
    margin-bottom: 20px;
    margin-top: 10px;
}

#checkout-container #main-content .additional-info-wrapper .additional-info-content .DateField {
    margin-bottom: 17px;
    margin-top: 3px;
}

#checkout-container #main-content .additional-info-wrapper .additional-info-content .FileField {
    margin-bottom: 30px;
}

#checkout-container .thank-you-box p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 12px;
}

#checkout-container .thank-you-box {
    width: 90.7%;
    margin-right: 1.04167%;
    margin-left: 1.04167%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cdcdcd;
    padding-top: 2%;
    padding-right: 3.5%;
    padding-bottom: 2%;
    padding-left: 3.5%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

    #checkout-container .thank-you-box h3 {
        color: #434343;
        font-size: 16px;
        padding-bottom: 1%;
        font-weight: bold;
    }

    #checkout-container .thank-you-box h2 {
        font-size: 14px;
        font-weight: bold;
    }

#checkout-container #main-content .shopping-content-basket {
    padding: 1.5%;
}

#checkout-container #main-content .shipping-content .column, #checkout-container #main-content .payment-content .column {
    float: left;
    margin-right: 25%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

    #checkout-container #main-content .shipping-content .column a {
        font-size: 14px;
        font-weight: normal;
        color: #0C82B7;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

.second {
    float: left;
    margin-right: 0 !important;
}

#checkout-container #main-content .shipping-content p, #checkout-container #main-content .payment-content p, #checkout-container #main-content .shipping-content td, #checkout-container #main-content .payment-content td {
    margin-bottom: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 12px;
    line-height: 15px !important;
}

#checkout-container #new-customers-login #new-customers-login-content {
    position: relative;
    height: 232px;
}

#checkout-container #new-customers #new-customers-content p,
#checkout-container #returning-customers #returning-customers-content p {
    margin-bottom: 10px;
}

#checkout-container #new-customers #new-customers-content img {
    margin-top: 9px;
}

#checkout-container #returning-customers #returning-customers-content #returning-customers-field,
#checkout-container #new-customers #new-customers-content #new-customers-field,
#checkout-container #new-customers-login #new-customers-login-content #new-customers-field {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
}

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field .txtPassword,
    #checkout-container #new-customers #new-customers-content #new-customers-field .txtPassword {
        float: left;
    }

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #txtPassword,
    #checkout-container #new-customers #new-customers-content #new-customers-field #txtPassword {
        margin-bottom: 20px;
        font-size: 16px;
    }

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #txtPassword {
        margin-bottom: 10px;
    }

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field .remember-me {
        margin-bottom: 20px;
    }

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #remindPassword,
    #checkout-container #new-customers #new-customers-content #new-customers-field #remindPassword {
        float: left;
        font-size: 14px;
        padding-right: 10px;
        line-height: 45px;
    }

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #txtEmail,
    #checkout-container #new-customers #new-customers-content #new-customers-field input {
        margin-bottom: 20px;
        font-size: 14px;
    }

        #checkout-container #returning-customers #returning-customers-content #returning-customers-field input[type="email"],
        #checkout-container #returning-customers #returning-customers-content #returning-customers-field input[type="password"],
        #checkout-container #new-customers #new-customers-content #new-customers-field input[type="email"],
        #checkout-container #new-customers #new-customers-content #new-customers-field input[type="password"],
        #checkout-container #new-customers #new-customers-content #new-customers-field input[type="text"] {
            width: 100%;
        }

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #pass {
        text-align: left;
        float: left;
        line-height: 22px;
        height: 22px;
        vertical-align: middle;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        font-size: 12px;
    }

        #checkout-container #returning-customers #returning-customers-content #returning-customers-field #pass a {
            display: block;
        }

        #checkout-container #returning-customers #returning-customers-content #returning-customers-field #pass input {
            margin-top: 2px;
            margin-left: 0;
            padding-top: 2px;
        }

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #sign-in {
        padding: 15px 0 0 0;
    }

    #checkout-container #new-customers-login #new-customers-login-content #new-customers-field #sign-up {
        padding: 15px 0 0 0;
    }

        #checkout-container #new-customers-login #new-customers-login-content #new-customers-field #sign-up #btnCreateAccount {
            float: right;
            position: relative;
            margin-top: 100px;
        }

        #checkout-container #new-customers-login #new-customers-login-content #new-customers-field #sign-up #btnUseGuestAccount {
            float: left;
            position: relative;
            margin-top: 100px;
        }


    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #sign-in:after {
        display: table;
        content: "";
        clear: both;
    }

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #sign-in .btn-blue,
    #checkout-container #new-customers #new-customers-content #new-customers-field #sign-in .btn-blue {
        outline: none;
        float: right;
        margin: 0;
        padding: 13px 20px;
        font-size: 16px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #sign-in span,
    #checkout-container #new-customers #new-customers-content #new-customers-field #sign-in span {
        float: right;
        font-size: 16px;
        padding-top: 12px;
    }

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field .reset-password-button span {
        float: left !important;
        margin-left: 10px;
    }

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #sign-in span em {
        font-style: normal;
        font-size: 18px;
    }

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #EmailValidationMessage,
    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #PasswordValidationMessage {
        display: block;
        margin-top: -20px;
        margin-bottom: 20px;
    }

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field .reset-password-message {
        display: block;
        font-style: italic;
        font-size: 16px;
        margin-bottom: 20px;
        color: #9e9e9e;
    }

#checkout-container #new-customers-login #new-customers-login-content .btn {
    outline: none;
    padding: 13px 20px;
    font-size: 16px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 0;
    margin-left: 0;
}

#btnCreateAccount {
    position: absolute;
    bottom: 0;
    right: 0;
}

#btnUseGuestAccount {
    position: absolute;
    bottom: 0;
    left: 0;
}

#checkout-container #new-customers-login #new-customers-login-content .or-delimiter {
    display: block;
    margin: 10px 0 15px 0;
}

#checkout-container .clear {
    clear: both;
    height: 0px;
}

#checkout-container #main-content .desktop-logo-wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
}

#checkout-wrapper .mobile-logo-wrapper,
#checkout-wrapper .checkout-toggler-wrapper {
    display: none;
}

    #checkout-wrapper .checkout-toggler-wrapper .toggler span {
        display: block;
        float: left;
        margin-top: -7px;
        margin-right: 8px;
    }

        #checkout-wrapper .checkout-toggler-wrapper .toggler span img {
            width: 30px;
            height: 27px;
        }

    #checkout-wrapper .checkout-toggler-wrapper .toggler em {
        float: right;
        font-style: normal;
        font-size: 20px;
        font-weight: 300;
        color: #4b4b4b;
        display: block;
        margin-top: -2px;
    }

#checkout-container #pathway {
    padding-bottom: 35px;
}

    #checkout-container #pathway ul {
        list-style-type: none;
        background-color: transparent;
        margin-left: 0;
    }

    #checkout-container #pathway li {
        font-size: 12px;
        color: #999999;
        display: block;
        float: left;
        margin-right: 10px;
    }

        #checkout-container #pathway li.active {
            color: #6b6b6b;
            font-weight: bold;
        }

        #checkout-container #pathway li:after {
            content: "»";
            font-size: 24px;
            line-height: 18px;
            display: inline-block;
            font-weight: normal;
            margin-left: 10px;
            float: right;
        }

        #checkout-container #pathway li.last-item:after {
            content: "";
        }

#checkout-container #paypal-wrapper {
    margin-top: 15px;
    text-align: center;
}

    #checkout-container #paypal-wrapper .paypal-button {
        display: inline-block;
        padding: 12px 40px 10px 40px;
        background-color: #ffc520;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-transition: background-color 300ms ease;
        -moz-transition: background-color 300ms ease;
        -o-transition: background-color 300ms ease;
        transition: background-color 300ms ease;
    }

        #checkout-container #paypal-wrapper .paypal-button:hover {
            background-color: #f6b600;
        }

        #checkout-container #paypal-wrapper .paypal-button img {
            display: block;
            margin: 0 auto;
            width: auto;
            height: 18px;
        }

    #checkout-container #paypal-wrapper .pay-in-four-button {
        display: inline-block;
        padding: 12px 40px 10px 40px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-transition: background-color 300ms ease;
        -moz-transition: background-color 300ms ease;
        -o-transition: background-color 300ms ease;
        transition: background-color 300ms ease;
    }

        #checkout-container #paypal-wrapper .pay-in-four-button:hover {
            background-color: #c1c1c1;
        }

        #checkout-container #paypal-wrapper .pay-in-four-button img {
            display: block;
            margin: 0 auto;
            width: auto;
            height: 28px;
        }

#checkout-container #paypal-wrapper .paypal-button img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 18px;
}

#checkout-container .shipping-address-wrapper {
    background-color: #FAFAFA;
    border: 1px solid #D9D9D9;
    padding: 15px 15px 0 15px;
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: table;
    width: 100%;
}

    #checkout-container .shipping-address-wrapper .shipping-address-container,
    #checkout-container .shipping-address-wrapper .shipping-method-container {
        display: table-row;
        width: 100%;
    }

    #checkout-container .shipping-address-wrapper .shipping-address-wrapper-heading,
    #checkout-container .shipping-address-wrapper .shipping-method-wrapper-heading {
        display: table-cell;
        color: #4d4d4d;
        font-weight: 600;
    }

    #checkout-container .shipping-address-wrapper .shipping-address-wrapper-content,
    #checkout-container .shipping-address-wrapper .shipping-method-wrapper-content {
        display: table-cell;
        padding: 0 10px;
        color: #999999;
    }

    #checkout-container .shipping-address-wrapper .shipping-address-wrapper-edit,
    #checkout-container .shipping-address-wrapper .shipping-method-wrapper-edit {
        display: table-cell;
        font-size: 12px;
        text-align: right;
    }

    #checkout-container .shipping-address-wrapper .shipping-address-wrapper-heading,
    #checkout-container .shipping-address-wrapper .shipping-address-wrapper-content,
    #checkout-container .shipping-address-wrapper .shipping-address-wrapper-edit {
        padding-bottom: 15px;
    }

    #checkout-container .shipping-address-wrapper .shipping-method-wrapper-heading,
    #checkout-container .shipping-address-wrapper .shipping-method-wrapper-content,
    #checkout-container .shipping-address-wrapper .shipping-method-wrapper-edit {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #D9D9D9;
    }

#checkout-container .shipping-method-wrapper {
    background-color: #FAFAFA;
    border: 1px solid #D9D9D9;
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    #checkout-container .shipping-method-wrapper .shipping-method {
        display: table;
        width: 100%;
        padding: 3px 0;
    }

        #checkout-container .shipping-method-wrapper .shipping-method .no-shipping-options {
            color: red;
        }

        #checkout-container .shipping-method-wrapper .shipping-method .shipping-method-desc {
            display: table-cell;
        }

            #checkout-container .shipping-method-wrapper .shipping-method .shipping-method-desc .shipping-method-input {
                display: table-cell;
                width: 25px;
                vertical-align: middle;
            }

#checkout-container .SaveCardWrapper {
    margin-bottom: 19px;
}

    #checkout-container .shipping-method-wrapper .shipping-method .inline,
    #checkout-container .payment-method-wrapper .inline,
    #checkout-container .billing-address-wrapper .inline,
    #checkout-container .additional-info-wrapper .additional-info-content .inline,
    #checkout-container .NewsletterSubscription .inline,
    #checkout-container .SaveCardWrapper .inline {
        display: block;
    }

    #checkout-container .shipping-method-wrapper .shipping-method .radio,
    #checkout-container .payment-method-wrapper .radio,
    #checkout-container .payment-method-wrapper .radio-no-surcharge,
    #checkout-container .billing-address-wrapper .radio,
    #checkout-container .additional-info-wrapper .additional-info-content .radio,
    #checkout-container .additional-info-wrapper .additional-info-content .checkbox,
    #checkout-container .NewsletterSubscription .checkbox,
    #checkout-container .SaveCardWrapper .checkbox {
        color: #cdcdcd;
        font-size: 14px;
        position: relative;
    }

        #checkout-container .payment-method-wrapper .radio-no-surcharge span {
            position: relative;
        }

        #checkout-container .shipping-method-wrapper .shipping-method .radio span,
        #checkout-container .payment-method-wrapper .radio span,
        #checkout-container .billing-address-wrapper .radio span,
        #checkout-container .additional-info-wrapper .additional-info-content .radio span,
        #checkout-container .additional-info-wrapper .additional-info-content .checkbox span,
        #checkout-container .NewsletterSubscription .checkbox span,
        #checkout-container .SaveCardWrapper .checkbox span {
            position: relative;
            padding-left: 25px;
        }

            #checkout-container .shipping-method-wrapper .shipping-method .radio span:after,
            #checkout-container .payment-method-wrapper .radio:not(.radio-hidden) span:after,
            #checkout-container .billing-address-wrapper .radio span:after,
            #checkout-container .additional-info-wrapper .additional-info-content .radio span:after,
            #checkout-container .additional-info-wrapper .additional-info-content .checkbox span:after,
            #checkout-container .NewsletterSubscription .checkbox span:after,
            #checkout-container .SaveCardWrapper .checkbox span:after {
                content: '';
                width: 17px;
                height: 17px;
                border: 2px solid;
                position: absolute;
                left: 0;
                top: 0;
                border-radius: 100%;
                -ms-border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                box-sizing: border-box;
                -ms-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
            }

            #checkout-container .payment-method-wrapper label.radio-hidden{
                margin-left: -25px;
            }

            #checkout-container .payment-method-wrapper .input-container {
                max-width: 400px;
            }

            #checkout-container .payment-method-wrapper .two-fields {
                max-width: 431px;
            }

            #checkout-container .NewsletterSubscription .checkbox span:after,
            #checkout-container .SaveCardWrapper .checkbox span:after,
            #checkout-container .additional-info-wrapper .additional-info-content .checkbox span:after {
                -ms-border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
            }

.creditcard-content .radio span:after {
    top: auto !important;
    bottom: 7px;
}

#checkout-container .shipping-method-wrapper .shipping-method .radio input[type="radio"],
#checkout-container .payment-method-wrapper .radio input[type="radio"],
#checkout-container .billing-address-wrapper .radio input[type="radio"],
#checkout-container .additional-info-wrapper .additional-info-content .radio input[type="radio"],
#checkout-container .additional-info-wrapper .additional-info-content .checkbox input[type="checkbox"],
#checkout-container .NewsletterSubscription .checkbox input[type="checkbox"],
#checkout-container .SaveCardWrapper .checkbox input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

    #checkout-container .shipping-method-wrapper .shipping-method .radio input[type="radio"]:checked + span,
    #checkout-container .payment-method-wrapper .radio input[type="radio"]:checked + span,
    #checkout-container .billing-address-wrapper .radio input[type="radio"]:checked + span,
    #checkout-container .additional-info-wrapper .additional-info-content .radio input[type="radio"]:checked + span,
    #checkout-container .additional-info-wrapper .additional-info-content .checkbox input[type="checkbox"]:checked + span,
    #checkout-container .NewsletterSubscription input[type=checkbox]:checked + span,
    #checkout-container .SaveCardWrapper input[type=checkbox]:checked + span {
        color: #1487CE;
    }

        #checkout-container .shipping-method-wrapper .shipping-method .radio input[type="radio"]:checked + span:after,
        #checkout-container .payment-method-wrapper .radio input[type="radio"]:checked + span:after,
        #checkout-container .billing-address-wrapper .radio input[type="radio"]:checked + span:after,
        #checkout-container .additional-info-wrapper .additional-info-content .radio input[type="radio"]:checked + span:after,
        #checkout-container .additional-info-wrapper .additional-info-content .checkbox input[type="checkbox"]:checked + span:after,
        #checkout-container .NewsletterSubscription input[type=checkbox]:checked + span:after,
        #checkout-container .SaveCardWrapper input[type=checkbox]:checked + span:after {
            border: 6px solid;
        }

#checkout-container #main-content .shipping-method-wrapper .shipping-method strong,
#checkout-container #main-content .payment-method-wrapper strong,
#checkout-container #main-content .billing-address-wrapper strong,
#checkout-container #main-content .additional-info-wrapper .additional-info-content strong,
#checkout-container .NewsletterSubscription strong,
#checkout-container .SaveCardWrapper strong {
    color: #6b6b6b;
    font-weight: normal !important;
}

#checkout-container #main-content .payment-method-wrapper .payment-method-header label img {
    height: 24px;
    width: auto;
    margin-bottom: -7px;
}

#checkout-container #main-content .shipping-method-wrapper .shipping-method .shipping-method-add {
    margin-left: 25px;
    color: #999;
}

#checkout-container #main-content .shipping-method-wrapper .shipping-method .shipping-method-price {
    display: table-cell;
    text-align: right;
}

    #checkout-container #main-content .shipping-method-wrapper .shipping-method .shipping-method-price strong {
        font-weight: 600 !important;
    }

#checkout-container #main-content .additional-info-wrapper {
    border-top: 1px solid #E6E6E6;
    padding-top: 30px;
}

    #checkout-container #main-content .additional-info-wrapper .additional-info-content > div {
        margin-bottom: 7px;
    }

    #checkout-container #main-content .additional-info-wrapper .additional-info-content .RadioField {
        margin-top: -7px;
        margin-bottom: 20px;
    }

        #checkout-container #main-content .additional-info-wrapper .additional-info-content .RadioField .RadioFieldTitle {
            margin-bottom: 8px;
        }

#checkout-container .order-intro-wrapper {
    margin: 10px 0 35px 0;
}

    #checkout-container .order-intro-wrapper .order-intro-img {
        float: left;
        margin-right: 10px;
    }

    #checkout-container .order-intro-wrapper .order-number {
        font-size: 14px;
        display: block;
        margin: 5px 0;
    }

    #checkout-container .order-intro-wrapper .order-thanks {
        font-size: 22px;
        color: #4b4b4b;
        font-weight: bold;
        display: block;
    }

#checkout-container .payment-method-wrapper,
#checkout-container .shipping-address-wrapper,
#checkout-container .billing-address-wrapper {    
    border: 1px solid #D9D9D9;
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    #checkout-container .payment-method-wrapper #activePaymentMethodForm {
        background-color: #FAFAFA
    }

    #checkout-container .order-confirmation-wrapper {
        border: 1px solid #D9D9D9;
        font-size: 14px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        margin-bottom: 25px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #checkout-container .order-confirmation-wrapper .order-confirmation-map {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        #checkout-container .order-confirmation-wrapper .order-confirmation-map #map {
            height: 280px;
            width: 100%;
        }

        #checkout-container .order-confirmation-wrapper .order-confirmation-map .gm-style-iw {
            width: 100%;
            text-align: center;
        }

        #checkout-container .order-confirmation-wrapper .order-confirmation-map #map .gm-style-iw + div {
            display: none;
        }

        #checkout-container .order-confirmation-wrapper .order-confirmation-map #map .gm-style-iw > div {
            max-width: 100% !important;
        }

        #checkout-container .order-confirmation-wrapper .order-confirmation-map #map .map-address-heading {
            font-size: 13px;
        }

        #checkout-container .order-confirmation-wrapper .order-confirmation-map #map .map-address-content {
            font-size: 14px;
            font-weight: bold;
            color: #4b4b4b;
        }

    #checkout-container .order-confirmation-wrapper .order-confirmation-message {
        padding: 17px;
    }

        #checkout-container .order-confirmation-wrapper .order-confirmation-message strong {
            font-size: 16px;
            display: block;
            color: #4b4b4b;
            margin-bottom: 8px;
        }

#checkout-container .order-updates-wrapper,
#checkout-container .customer-information-wrapper {
    border: 1px solid #D9D9D9;
    padding: 17px;
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#checkout-container .customer-information-wrapper {
    margin-bottom: 15px;
}

    #checkout-container .order-updates-wrapper strong,
    #checkout-container .customer-information-wrapper strong {
        font-size: 16px;
        display: block;
        color: #4b4b4b;
        margin-bottom: 8px;
    }

#checkout-container .order-updates-wrapper a {
    font-weight: bold;
}

#checkout-container .customer-information-wrapper .customer-information-container:after {
    display: table;
    content: "";
    clear: both;
}

#checkout-container .customer-information-wrapper .customer-information-container .customer-information-left,
#checkout-container .customer-information-wrapper .customer-information-container .customer-information-right {
    float: left;
    width: 48%;
}

#checkout-container .customer-information-wrapper .customer-information-container .customer-information-left {
    margin-right: 4%;
}

    #checkout-container .customer-information-wrapper .customer-information-container .customer-information-left strong,
    #checkout-container .customer-information-wrapper .customer-information-container .customer-information-right strong {
        font-size: 14px;
        margin-bottom: 5px;
        display: inline-block;
    }

    #checkout-container .customer-information-wrapper .customer-information-container .customer-information-left p,
    #checkout-container .customer-information-wrapper .customer-information-container .customer-information-right p {
        margin-bottom: 10px;
    }

#checkout-container .customer-information-wrapper .customer-information-container .customer-information-right img {
    margin-bottom: -8px;
    margin-right: 5px;
}

#checkout-container .payment-method-wrapper > div,
#checkout-container .billing-address-wrapper > div {
    border-bottom: 1px solid #D9D9D9;
}

    #checkout-container .payment-method-wrapper > div:last-of-type,
    #checkout-container .shipping-address-wrapper > div:last-of-type,
    #checkout-container .billing-address-wrapper > div:last-of-type {
        border-bottom: none;
    }

#checkout-container .payment-method-wrapper .payment-method-header,
#checkout-container .shipping-address-wrapper .shipping-address-header,
#checkout-container .billing-address-wrapper .billing-address-header {
    padding: 15px 15px;
    position: relative;
}

    #checkout-container .payment-method-wrapper .payment-method-header .payment-method-logos {
        text-align: right;
        position: absolute;
        top: 7px;
        right: 12px;
    }

        #checkout-container .payment-method-wrapper .payment-method-header .payment-method-logos img {
            margin-left: 5px;
        }

#checkout-container .payment-method-wrapper .payment-method-header-single {
    position: relative;
}

    #checkout-container .payment-method-wrapper .payment-method-header-single label.radio {
        display: none
    }

    #checkout-container .payment-method-wrapper .payment-method-header-single .payment-method-logos {
        text-align: right;
        position: absolute;
        top: 13px;
        right: 12px;
    }

        #checkout-container .payment-method-wrapper .payment-method-header-single .payment-method-logos img {
            margin-left: 5px;
        }

#checkout-container .shipping-address-wrapper .shipping-address-content,
#checkout-container .billing-address-wrapper .billing-address-content {
    display: none;
    padding: 17px 15px 4px 15px;
    background-color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 1px solid #D9D9D9;
}

#checkout-container .payment-method-wrapper .payment-method-content {
    display: none;
    padding: 17px 15px 4px 15px;
    background-color: #FAFAFA;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 1px solid #D9D9D9;
}

#checkout-container .payment-method-wrapper .payment-method-content,
#checkout-container .billing-address-wrapper .billing-address-content {
    padding: 20px 15px 1px 15px;
}

#checkout-container .payment-method-wrapper .creditcard-wrapper #creditcard-content .input {
    margin-bottom: 8px !important;
}

#checkout-container .payment-method-wrapper div:last-of-type .payment-method-content,
#checkout-container .shipping-address-wrapper div:last-of-type .shipping-address-content,
#checkout-container .billing-address-wrapper div:last-of-type .billing-address-content {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#checkout-container .payment-method-wrapper .payment-method-content.paypal-content,
#checkout-container .payment-method-wrapper .payment-method-content.bitcoin-content,
#checkout-container .payment-method-wrapper .payment-method-content.tirdparty-content {
    padding: 30px;
    text-align: center;
}

#checkout-container .payment-method-wrapper .payment-method-content.bank-content {
    padding: 15px;
}

#checkout-container .payment-method-wrapper .payment-method-content.paypal-content span,
#checkout-container .payment-method-wrapper .payment-method-content.bitcoin-content span,
#checkout-container .payment-method-wrapper .payment-method-content.tirdparty-content span {
    display: block;
    margin-top: 20px;
}

#checkout-container #or-separator {
    border-top: 1px solid #E6E6E6;
    margin-bottom: 25px;
}

    #checkout-container #or-separator span {
        display: block;
        background-color: #fff;
        font-size: 14px;
        text-align: center;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        width: 30px;
        margin: -16px auto 0 auto;
    }

#checkout-container .customer-details {
    font-size: 14px;
    margin-bottom: 35px;
}

    #checkout-container .customer-details:after {
        display: table;
        content: "";
        clear: both;
    }

    #checkout-container .customer-details .customer-image {
        float: left;
        display: inline;
        margin-right: 15px;
    }

        #checkout-container .customer-details .customer-image img {
            max-width: 50px;
            height: auto;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }

    #checkout-container .customer-details .customer-name {
        float: left;
        display: inline;
        padding-top: 2px;
    }

        #checkout-container .customer-details .customer-name a {
            display: block;
            margin-top: 2px;
        }

#checkout-container #main-content {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#checkout-steps #checkout-container #main-content {
    width: 60%;
    float: left;
    padding-left: 15px;
    padding-right: 4%;
    padding-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 20px;
}

.wide {
    width: 97.91666% !important;
}

#checkout-container #main-content h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 11px;
    margin-left: -1px !important;
}

#checkout-container #main-content strong {
    font-weight: bold;
}

#checkout-container #summary-checkout-wrapper {
    position: relative;
    width: 40%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 4%;
    padding-right: 15px;
    float: right;
    background: #fafafa;
    background-position: left top;
    border-left: 1px solid #E6E6E6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
}

    #checkout-container #summary-checkout-wrapper:after {
        content: "";
        display: block;
        width: 300%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-position: left top;
        background: #fafafa;
        z-index: -1;
    }

#checkout-container #summary-checkout-container {
    width: 100%;
    display: block;
}

#checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content,
#checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content td {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

    #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .summary-products {
        padding-bottom: 5px;
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: 25px;
    }

        #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .summary-products .summary-product {
            display: table;
            width: 100%;
            margin-bottom: 20px;
        }

            #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .summary-products .summary-product .summary-product-image,
            #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .summary-products .summary-product .summary-product-title,
            #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .summary-products .summary-product .summary-product-price {
                display: table-cell;
                vertical-align: middle;
            }

            #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .summary-products .summary-product .summary-product-image {
                width: 85px;
                text-align: left;
            }

                #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .summary-products .summary-product .summary-product-image span {
                    width: 65px;
                    height: auto;
                    position: relative;
                    display: block;
                }

                    #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .summary-products .summary-product .summary-product-image span img {
                        width: 65px;
                        height: auto;
                        border: 1px solid #E6E6E6;
                        border-radius: 8px;
                        -moz-border-radius: 8px;
                        -webkit-border-radius: 8px;
                    }

                    #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .summary-products .summary-product .summary-product-image span .summary-product-amount {
                        background-color: #A3A3A3;
                        color: #fff;
                        font-size: 12px;
                        font-weight: 500;
                        position: absolute;
                        top: -10px;
                        right: -10px;
                        border-radius: 50%;
                        -moz-border-radius: 50%;
                        -webkit-border-radius: 50%;
                        width: 23px;
                        height: 23px;
                        line-height: 23px;
                        text-align: center;
                    }

            #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .summary-products .summary-product .summary-product-title {
                font-size: 14px;
                font-weight: 500;
                line-height: 135%;
                color: #4b4b4b;
                vertical-align: top;
            }

                #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .summary-products .summary-product .summary-product-title span {
                    font-size: 12px;
                    display: block;
                    font-weight: 300;
                    margin-top: 3px;
                    opacity: 0.8;
                }

            #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .summary-products .summary-product .summary-product-price {
                font-size: 14px;
                font-weight: 500;
                white-space: nowrap;
                padding-left: 20px;
                text-align: right;
                color: #4b4b4b;
                vertical-align: top;
            }

    #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .gift-card-wrapper {
        display: table;
        width: 100%;
        padding-bottom: 26px;
        margin-bottom: 17px;
        border-bottom: 1px solid #E6E6E6;
    }

        #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .gift-card-wrapper .gift-card-input {
            display: table-cell;
            width: 100%;
            padding-bottom: 0;
        }

            #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .gift-card-wrapper .gift-card-input .input {
                margin-bottom: 0 !important;
            }

            #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .gift-card-wrapper .gift-card-input input {
                width: 100%;
                margin-bottom: 0;
            }

        #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .gift-card-wrapper .gift-card-button {
            display: table-cell;
            vertical-align: top;
        }

    #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .subtotal-shipping-wrapper {
        padding-bottom: 17px;
        margin-bottom: 20px;
        border-bottom: 1px solid #E6E6E6;
    }

        #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .subtotal-shipping-wrapper .subtotal-wrapper,
        #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .subtotal-shipping-wrapper .discount-wrapper,
        #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .subtotal-shipping-wrapper .shipping-wrapper {
            display: table;
            width: 100%;
        }

        #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .subtotal-shipping-wrapper .subtotal-title,
        #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .subtotal-shipping-wrapper .subtotal-amount {
            display: table-cell;
            width: 50%;
            text-align: left;
            padding: 2px 0;
        }

        #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .subtotal-shipping-wrapper .discount-wrapper .subtotal-title span {
            display: block;
        }

        #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .subtotal-shipping-wrapper .discount-wrapper.checkout-discount .subtotal-title span {
            display: inline;
        }

        #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .subtotal-shipping-wrapper .discount-wrapper.checkout-discount .subtotal-title strong {
            display: inline;
            padding-left: 7px;
        }

        #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .subtotal-shipping-wrapper .discount-wrapper .subtotal-title strong {
            display: inline-block;
            font-size: 12px;
            margin-top: -5px;
            color: #3486CD;
            width: auto;
            position: relative;
        }

            #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .subtotal-shipping-wrapper .discount-wrapper .subtotal-title strong a {
                display: inline-block;
                position: absolute;
                top: 3px;
                right: -20px;
                color: #fff;
                background-color: #cecece;
                width: 15px;
                height: 15px;
                line-height: 13px;
                font-size: 12px;
                font-weight: normal;
                text-align: center;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                -webkit-transition: background-color 300ms ease;
                -moz-transition: background-color 300ms ease;
                -o-transition: background-color 300ms ease;
                transition: background-color 300ms ease;
            }

                #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .subtotal-shipping-wrapper .discount-wrapper .subtotal-title strong a:hover {
                    text-decoration: none;
                    color: #fff;
                    background-color: #3486CD;
                }

        #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .subtotal-shipping-wrapper .subtotal-amount {
            text-align: right;
            font-weight: 500;
            color: #4b4b4b;
            vertical-align: middle;
        }

    #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .total-title {
        font-size: 18px;
    }

    #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content #priceTotal {
        font-size: 24px;
        font-weight: 500;
        color: #4b4b4b;
    }

    #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content label {
        font-weight: normal !important;
    }

    #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .postal-country {
        color: #9f9f9f;
        font-size: 12px;
        font-weight: bold;
        z-index: 100000;
    }

        #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .postal-country a:hover {
            color: #434343;
            text-decoration: none;
        }

        #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .postal-country .field-validation-error {
        }

    #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .shipping-td a.trigger:hover {
        color: #434343;
        text-decoration: none;
    }

    #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content strong {
        font-weight: bold;
    }

#checkout-container #main-content .error {
    display: inline-block;
    padding: 0;
    color: #131313;
    padding-left: 1px;
    font-size: 13px;
    line-height: 16px;
}

#checkout-container #main-content .payment-method-wrapper .error span {
    padding-bottom: 5px;
    display: block;
}

    #checkout-container #main-content .payment-method-wrapper .error span:empty {
        display: none;
    }

#checkout-container #main-content .error-bottom {
    display: block;
    color: red;
    font-size: 14px;
    font-style: italic;
    float: right;
    text-align: right;
}

#checkout-container #main-content .message-bottom {
    display: block;
    font-size: 14px;
    font-style: italic;
    width: 100%;
    padding-top: 5px;
}

#checkout-container #main-content .basket-message-button {
    display: table;
    width: 100%;
    padding-top: 25px;
}

    #checkout-container #main-content .basket-message-button:after {
        display: table;
        content: "";
        clear: both;
    }

    #checkout-container #main-content .basket-message-button .basket-comment {
        display: table-cell;
        width: 60%;
        vertical-align: middle !important;
    }

        #checkout-container #main-content .basket-message-button .basket-comment span {
            display: table-cell;
            vertical-align: middle !important;
        }

            #checkout-container #main-content .basket-message-button .basket-comment span.basket-comment-heading {
                padding-right: 15px;
                font-size: 14px;
                text-align: right;
            }

            #checkout-container #main-content .basket-message-button .basket-comment span textarea {
                width: 100%;
                height: auto !important;
                margin: 0;
                font-size: 14px;
                line-height: 140%;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
            }

    #checkout-container #main-content .basket-message-button .basket-update {
        display: table-cell;
        width: 17.5%;
        padding: 13px 2% 0 2%;
        vertical-align: top !important;
    }

#checkout-container #main-content .calculate-shipping .calculate-shipping-form .basket-clearfix {
    display: none;
}

#checkout-container #main-content .basket-message-button .basket-button {
    display: table-cell;
    width: 22.5%;
    vertical-align: middle !important;
}

    #checkout-container #main-content .basket-message-button .basket-button .btn {
        width: 100%;
        margin: 0;
        padding: 13px 5px;
    }

#checkout-container #main-content .calculate-shipping {
    margin-top: 10px;
}

    #checkout-container #main-content .calculate-shipping .calculate-shipping-header {
        padding: 15px 0;
        border-bottom: solid 1px #d8d8d8;
        font-size: 100%;
        margin-bottom: 20px;
        text-align: left;
    }

    #checkout-container #main-content .calculate-shipping .calculate-shipping-form {
    }

        #checkout-container #main-content .calculate-shipping .calculate-shipping-form:after {
            display: table;
            content: "";
            clear: both;
        }

        #checkout-container #main-content .calculate-shipping .calculate-shipping-form label {
            font-size: 14px;
        }

        #checkout-container #main-content .calculate-shipping .calculate-shipping-form .calculate-shipping-country {
            float: left;
            display: inline;
            width: 30%;
            margin-right: 20px;
        }

            #checkout-container #main-content .calculate-shipping .calculate-shipping-form .calculate-shipping-country select {
                width: 100%;
                margin-bottom: 0;
            }

        #checkout-container #main-content .calculate-shipping .calculate-shipping-form .calculate-shipping-zip-code {
            float: left;
            display: inline;
            width: 10%;
            margin-right: 20px;
        }

            #checkout-container #main-content .calculate-shipping .calculate-shipping-form .calculate-shipping-zip-code input {
                /*width: 80%;*/
                margin-bottom: 0;
            }

        #checkout-container #main-content .calculate-shipping .calculate-shipping-form .calculate-shipping-button {
            float: left;
            display: inline;
            padding-top: 26px;
        }

            #checkout-container #main-content .calculate-shipping .calculate-shipping-form .calculate-shipping-button .btn {
                margin: 0;
                padding: 13px 20px;
            }

    #checkout-container #main-content .calculate-shipping .calculate-shipping-footer {
        font-size: 14px;
        margin: 15px 0 10px 0;
    }

        #checkout-container #main-content .calculate-shipping .calculate-shipping-footer ul {
            list-style-type: disc;
            margin: 5px 0 0 25px;
        }

#checkout-container #main-content .input-validation-error {
    /* background-color: #fffed3;*/
    border-color: #b94a48;
}

#checkout-steps #checkout-container #main-content .input-validation-error {
    box-shadow: 0px 0px 0px 1px rgba(19, 19, 19, 1);
    border: 1px solid #131313;
}

#checkout-container #main-content .input-validation-error:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(213, 147, 146, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(213, 147, 146, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(213, 147, 146, 0.6);
}

#checkout-container #main-content #buttons {
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
    margin-right: -50px !important;
}

    #checkout-container #main-content #buttons .return-to-cart {
        float: left;
        padding-top: 17px;
        font-size: 14px;
    }

        #checkout-container #main-content #buttons .return-to-cart span {
            font-size: 20px;
        }

            #checkout-container #main-content #buttons .return-to-cart span img {
                margin-bottom: -3px;
            }

    #checkout-container #main-content #buttons .btn {
        margin-right: 0px;
        padding: 15px 30px;
    }

#checkout-container #summary-checkout-wrapper input {
    margin-top: 0;
    margin-bottom: 0;
}

#checkout-container #summary-checkout-wrapper .btn {
    margin-left: 10px;
    margin-right: 0px;
    padding: 13px 30px;
    border: none;
    color: #fff;
}

#checkout-container #main-content #paypalconfirm #text {
    width: 60%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    color: #707070;
}

#checkout-container #main-content #paypalconfirm #confirm {
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
    margin-right: -50px !important;
}

#checkout-container #main-content #paypalconfirm .btn {
    margin-right: 0px;
    margin-top: 0px;
}

#checkout-container #main-content .payment-content .card-box {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    border-radius: none;
    padding: 15px;
    margin-top: -0.9%;
}

    #checkout-container #main-content .payment-content .card-box h3 {
        font-size: 16px;
        color: #434343;
        background-image: url(http://secure.ashop.me/images/Checkout/paddlock.png);
        background-repeat: no-repeat;
        background-position: left top;
        line-height: 19px;
        text-align: left;
        padding-top: 8px;
        padding-bottom: 3px;
        padding-left: 40px;
        display: block;
    }

        #checkout-container #main-content .payment-content .card-box h3 em {
            font-size: 12px;
            color: #434343;
            font-weight: normal;
            font-style: normal;
            text-align: left;
        }

    #checkout-container #main-content .payment-content .card-box .label-title {
        color: #434343;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        font-size: 12px;
    }

    #checkout-container #main-content .payment-content .card-box label {
        color: #747474;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: -2px;
        margin-bottom: 3px;
        font-weight: normal !important;
    }

    #checkout-container #main-content .payment-content .card-box .delimiter {
        padding-left: 4px !important;
        padding-right: 4px !important;
        font-size: 18px;
    }

    #checkout-container #main-content .payment-content .card-box #sec-code-checkout-container .label-title em {
        font-weight: normal !important;
    }

#checkout-container #main-content .shopping-content-basket td {
    font-size: 12px;
}

#checkout-container #main-content .shopping-content-basket.last-content th {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 4px;
    line-height: 16px !important;
}

    #checkout-container #main-content .shopping-content-basket.last-content th.item, #checkout-container #main-content .shopping-content-basket.last-content td.item {
        text-align: left;
        max-width: 85px;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        line-height: 16px !important;
    }

    #checkout-container #main-content .shopping-content-basket.last-content th.details, #checkout-container #main-content .shopping-content-basket.last-content td.details {
        text-align: left;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        line-height: 16px !important;
    }

    #checkout-container #main-content .shopping-content-basket.last-content th.item-price, #checkout-container #main-content .shopping-content-basket.last-content td.item-price {
        text-align: right;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        line-height: 16px !important;
    }

    #checkout-container #main-content .shopping-content-basket.last-content th.quantity, #checkout-container #main-content .shopping-content-basket.last-content td.quantity {
        text-align: center;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        line-height: 16px !important;
    }

    #checkout-container #main-content .shopping-content-basket.last-content th.price, #checkout-container #main-content .shopping-content-basket.last-content td.price {
        text-align: right;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        line-height: 16px !important;
    }

#checkout-container #main-content .shopping-content-basket.last-content td {
    padding: 7px 4px;
    vertical-align: top;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    line-height: 16px !important;
}

    #checkout-container #main-content .shopping-content-basket.last-content td h4 {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 6px;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

#checkout-container #main-content td.checkout-blocked {
    color: red;
}

    #checkout-container #main-content td.checkout-blocked h4 {
        color: red !important;
    }

#checkout-container #main-content .shopping-content-basket.last-content td.quantity input {
    height: 15px;
    width: 30px;
    text-align: center;
}

#checkout-container #main-content .shopping-content-basket.last-content td.item, #checkout-container #main-content .shopping-content-basket.last-content td.details, #checkout-container #main-content .shopping-content-basket.last-content td.item-price, #checkout-container #main-content .shopping-content-basket.last-content td.quantity, #checkout-container #main-content .shopping-content-basket.last-content td.price {
    border-bottom: solid 1px #d0d0d0;
}

.last-td {
    border-bottom: none !important;
}

#checkout-container #systempage-title {
    padding-bottom: 15px;
    margin-bottom: 20px;
    height: 41px;
    font-weight: 500;
    font-size: 24px;
    color: #434343;
    line-height: 41px;
    vertical-align: middle;
    border-bottom: solid 1px #d8d8d8;
}

    #checkout-container #systempage-title span {
        font-size: 14px;
        font-weight: 400;
        float: right;
    }

        #checkout-container #systempage-title span:before {
            content: url('/images/Checkout/padlock.svg');
            display: inline;
            padding-right: 5px;
        }

#checkout-container #systempage-subtitle {
    padding-bottom: 15px;
    height: 34px;
    font-size: 20px;
    color: #434343;
    line-height: 34px;
    vertical-align: middle;
    font-weight: 400;
    text-align: left;
}

#checkout-container #empty-basket {
    padding: 30px 0 70px 0;
    text-align: center;
}

    #checkout-container #empty-basket a span {
        font-size: 20px;
    }

#checkout-container .double-fields-wrapper {
}

    #checkout-container .double-fields-wrapper:after,
    #checkout-container .tripple-fields-wrapper:after {
        display: table;
        content: "";
        clear: both;
    }

    #checkout-container .double-fields-wrapper .single-field {
        float: left;
        display: inline;
        width: 49%;
    }

        #checkout-container .double-fields-wrapper .single-field:first-of-type {
            margin-right: 2%;
        }

#checkout-container .tripple-fields-wrapper .single-field {
    float: left;
    display: inline;
    width: 25%;
}

    #checkout-container .tripple-fields-wrapper .single-field:first-of-type {
        width: 46%;
    }

    #checkout-container .tripple-fields-wrapper .single-field:first-of-type,
    #checkout-container .tripple-fields-wrapper .single-field:nth-of-type(2) {
        margin-right: 2%;
    }

#checkout-container #result-title {
    margin-right: 1.04167%;
    margin-left: 1.04167%;
    height: 41px;
    font-size: 16px;
    font-weight: bold;
    color: #434343;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px !important;
    line-height: 41px;
    vertical-align: middle;
}

#checkout-container .result-success {
    background-image: url(http://secure.ashop.me/images/Checkout/check.gif);
}

#checkout-container .result-failed {
    background-image: url(http://secure.ashop.me/images/Checkout/alert.gif);
}

#checkout-container #main-content .basket {
    border: 1px solid #dddddd;
    font-size: 12px;
    display: table;
}

    #checkout-container #main-content .basket th {
        background-color: #f5f5f5;
        border: 1px solid #dddddd;
        font-size: 14px;
        font-weight: bold;
        padding: 9px 7px;
    }

        #checkout-container #main-content .basket th.item, #checkout-container #main-content .basket td.item {
            text-align: left;
            max-width: 85px;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        }

        #checkout-container #main-content .basket th.details, #checkout-container #main-content table.basket td.details {
            text-align: left;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        }

        #checkout-container #main-content .basket th.item-price, #checkout-container #main-content .basket td.item-price {
            text-align: left;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        }

        #checkout-container #main-content .basket th.quantity, #checkout-container #main-content table.basket td.quantity {
            text-align: center;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        }

        #checkout-container #main-content .basket th.price, #checkout-container #main-content .basket td.price {
            text-align: left;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        }

    #checkout-container #main-content .basket td {
        padding: 9px 7px;
        vertical-align: top;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

        #checkout-container #main-content .basket td h4 {
            font-size: 12px;
            font-weight: bold;
            margin-bottom: 6px;
            color: black;
        }

        #checkout-container #main-content .basket td.quantity input {
            height: 15px;
            width: 30px;
            text-align: center;
        }

        #checkout-container #main-content .basket td.item, #checkout-container #main-content .basket td.details, #checkout-container #main-content .basket td.item-price, #checkout-container #main-content .basket td.quantity, #checkout-container #main-content .basket td.price {
            border-bottom: solid 1px #d0d0d0;
        }

.last-td {
    border-bottom: none !important;
}

#checkout-container #main-content #buttons #other-paying-methods {
    display: block;
    padding-top: 8px;
}

#checkout-container #main-content #buttons #paying-buttons {
    display: block;
    width: 172px;
    float: right;
    text-align: center !important;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 9px;
}

    #checkout-container #main-content #buttons #paying-buttons img {
        display: block;
        text-align: center;
        margin-right: 0;
        margin-left: auto;
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: center !important;
        float: none !important;
    }
/* Popup tooltip styles */
.popup {
    position: absolute;
    display: none;
    z-index: 50;
    border-collapse: collapse;
}

    .popup td.corner {
        height: 29px;
        width: 29px;
    }

    .popup td#topleft {
        background-image: url(http://secure.ashop.me/images/Checkout/bubble1.png);
    }

    .popup td.top {
        background-image: url(http://secure.ashop.me/images/Checkout/bubble2.png);
    }

    .popup td#topright {
        background-image: url(http://secure.ashop.me/images/Checkout/bubble3.png);
    }

    .popup td.left {
        background-image: url(http://secure.ashop.me/images/Checkout/bubble4.png);
    }

    .popup td.right {
        background-image: url(http://secure.ashop.me/images/Checkout/bubble5.png);
    }

    .popup td#bottomleft {
        background-image: url(http://secure.ashop.me/images/Checkout/bubble6.png);
    }

    .popup td.bottom {
        background-image: url(http://secure.ashop.me/images/Checkout/bubble7.png);
        text-align: center;
    }

        .popup td.bottom img {
            display: block;
            margin: 0 auto;
        }

    .popup td#bottomright {
        background-image: url(http://secure.ashop.me/images/Checkout/bubble8.png);
    }

.popup-content, .popup-content-shipping {
    background-color: #FFF;
}

    .popup-content input {
        width: 95% !important;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .popup-content label {
        font-size: 19px;
        font-weight: bold !important;
        color: #6b6b6b;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .popup-content select {
        width: 100%;
        line-height: 27px !important;
        height: 27px !important;
        margin-bottom: 5px;
        font-size: 19px;
    }

    .popup-content-shipping input {
        width: 100% !important;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 10px;
        margin-bottom: 2px;
        display: inline-block;
    }

    .popup-content-shipping label {
        display: inline-block;
        font-size: 15px;
        margin-top: 2px\9;
    }

    .popup-content-shipping input[type="radio"] {
        width: auto !important;
        display: inline-block;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .popup-content-shipping h3 {
        font-size: 16px;
        font-weight: bold !important;
        margin-bottom: 10px;
    }
/* End od popup tooltip styles */

#send-password label {
    font-size: 13px;
    margin-bottom: 10px;
}

#send-password #textfield {
    width: 90%;
}

#send-password .btn {
    float: right;
    margin-right: 6.5%;
    line-height: 32px;
}

/* Added during development*/
.validation-message {
    color: red;
    padding: 4px 8px 6px;
    height: 20px;
    vertical-align: middle;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

#container .input-validation-error {
    background-color: #fffed3;
}

.field-validation-error {
    color: red;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    position: relative;
    top: -5px;
}

.field-validation-valid {
    display: none;
    margin-top: -5px !important;
    margin-bottom: 15px !important;
    font-size: 13px !important;
    color: #131313;
}

.validation-summary-valid {
    display: none;
}

.popup-content input[type=submit] {
    width: 50% !important;
    margin: 8px 50px;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.input {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 10px !important;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

    .input__field:focus {
        outline: none;
    }

.input__label {
    display: inline-block;
    float: right;    
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 13px 0px 13px 12px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* Individual styles */

.input__field-checkout {
    padding: 0.4em 0.25em;
    width: 100%;
    background: transparent;
    color: #AFB5BB;
    font-size: 1.55em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.input__label-checkout {
    position: absolute;
    text-align: left;
    pointer-events: none;
}

.input__label-content-checkout {
    top: 12px;
    left: 10px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.input__label-checkout::before,
.input__label-checkout::after {
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    height: 4px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label-checkout::before {
    top: 0;
}

.input__label-checkout::after {
    bottom: 0;
}

.input__field-checkout:focus + .input__label-checkout .input__label-content-checkout,
.input--filled .input__label-content-checkout {
    -webkit-transform: translate3d(-3px, -25px, 0);
    transform: translate3d(-3px, -25px, 0);
    color: #999999;
    font-size: 13px !important;
    background-color: #fff !important;
    margin-left: 10px;
    padding: 2px 5px 2px 5px !important;
    ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.input__field-checkout:focus + .input__label-checkout::before,
.input--filled .input__label-checkout::before {
    -webkit-transform: translate3d(0, -0.5em, 0);
    transform: translate3d(0, -0.5em, 0);
}

.input__field-checkout:focus + .input__label-checkout::after,
.input--filled .input__label-checkout::after {
    -webkit-transform: translate3d(0, 0.5em, 0);
    transform: translate3d(0, 0.5em, 0);
}
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}
    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 300ms ease;
        -moz-transition: opacity 300ms ease;
        -o-transition: opacity 300ms ease;
        transition: opacity 300ms ease;
    }
    /* Position tooltip above the element */
    [data-tooltip]:before {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 12px;
        width: 160px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #000;
        background-color: hsla(0, 0%, 20%, 0.9);
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 12px;
        line-height: 140%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    /* Triangle hack to make tooltip look like a speech bubble */
    [data-tooltip]:after {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #000;
        border-top: 5px solid hsla(0, 0%, 20%, 0.9);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

#checkout-container .form-message {
    color: red;
    margin-top: 10px;
}

#checkout-container .basket-details img {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 3px;
}

#checkout-container .discount-code {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

    #checkout-container .discount-code .discount-code-input {
        max-width: 300px;
        text-align: right;
    }

        #checkout-container .discount-code .discount-code-input ::placeholder {
            color: #aeaeae;
            opacity: 1;
        }

        #checkout-container .discount-code .discount-code-input :-ms-input-placeholder {
            color: #aeaeae;
        }

        #checkout-container .discount-code .discount-code-input ::-ms-input-placeholder {
            color: #aeaeae;
        }

        #checkout-container .discount-code .discount-code-input input[type="text"] {
            height: 42px;
            line-height: 42px;
        }

    #checkout-container .discount-code .discount-code-button input {
        line-height: 22px;
        margin-top: 0;
    }

#checkout-container #main-content .error-bottom:empty,
#checkout-container #main-content .message-bottom:empty {
    display: none;
}

#checkout-container #main-content .gift-card-wrapper.gift-card-mobile {
    background-color: #FAFAFA;
    border: 1px solid #D9D9D9;
    padding: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none;
}

    #checkout-container #main-content .gift-card-wrapper.gift-card-mobile .gift-card-input {
        display: table-cell;
        width: 100%;
        padding-bottom: 0;
    }

    #checkout-container #main-content .gift-card-wrapper.gift-card-mobile .gift-card-button {
        display: table-cell;
        vertical-align: top;
    }

        #checkout-container #main-content .gift-card-wrapper.gift-card-mobile .gift-card-button .btn {
            margin-left: 10px;
            margin-right: 0px;
            margin-top: 0px;
            padding: 13px 30px;
            border: none;
            color: #fff;
            font-size: 14px;
        }

            #checkout-container #main-content .gift-card-wrapper.gift-card-mobile .gift-card-button .btn:focus,
            #checkout-container #main-content .gift-card-wrapper.gift-card-mobile .gift-card-button .btn:active {
                border: none !important;
                box-shadow: none !important;
            }

    #checkout-container #main-content .gift-card-wrapper.gift-card-mobile .input,
    #checkout-container #main-content .gift-card-wrapper.gift-card-mobile input[type="text"] {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 14px;
    }

    #checkout-container #main-content .gift-card-wrapper.gift-card-mobile input:focus {
        box-shadow: none !important;
        border: 1px solid #d9d9d9 !important;
    }

    #checkout-container #main-content .gift-card-wrapper.gift-card-mobile .discount-wrapper {
        display: table;
        width: 100%;
    }

    #checkout-container #main-content .gift-card-wrapper.gift-card-mobile .subtotal-title,
    #checkout-container #main-content .gift-card-wrapper.gift-card-mobile .subtotal-amount {
        display: table-cell;
        width: 50%;
        text-align: left;
        padding: 2px 0;
    }

    #checkout-container #main-content .gift-card-wrapper.gift-card-mobile .discount-wrapper .subtotal-title span {
        display: block;
        margin-bottom: 4px;
    }

    #checkout-container #main-content .gift-card-wrapper.gift-card-mobile .discount-wrapper .subtotal-title strong {
        display: inline-block;
        font-size: 12px;
        margin-top: -5px;
        color: #3486CD;
        width: auto;
        position: relative;
        font-weight: bold;
    }

    #checkout-container #main-content .gift-card-wrapper.gift-card-mobile .subtotal-amount {
        text-align: right;
        font-weight: 500;
        color: #4b4b4b;
        vertical-align: top;
        font-size: 14px;
    }

    #checkout-container #main-content .gift-card-wrapper.gift-card-mobile .discount-wrapper .subtotal-title strong a {
        display: inline-block;
        position: absolute;
        top: 3px;
        right: -20px;
        width: 15px;
        height: 15px;
        line-height: 13px;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        color: #fff;
        background-color: #cecece;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -webkit-transition: background-color 300ms ease;
        -moz-transition: background-color 300ms ease;
        -o-transition: background-color 300ms ease;
        transition: background-color 300ms ease;
    }

        #checkout-container #main-content .gift-card-wrapper.gift-card-mobile .discount-wrapper .subtotal-title strong a:hover {
            background-color: #3486CD;
        }

.fb-login-button {
    margin: 15px auto !important;
    width: 100%;
    text-align: center;
}

.mobile-number-field {
    margin-top: 10px;
}

@media screen and (max-width: 860px) {
    #checkout-steps #checkout-container #main-content {
        width: 100%;
        height: auto;
        float: none;
        border-right: none;
        padding-right: 15px;
        padding-bottom: 20px;
    }

    #checkout-container #summary-checkout-wrapper {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 5px;
        padding-left: 15px;
        float: none;
        border-left: none;
        display: none;
        border-bottom: 1px solid #e6e6e6;
    }

        #checkout-container #summary-checkout-wrapper:after {
            width: 100%;
        }

    #checkout-container #pathway {
        display: none;
    }

    #checkout-wrapper .mobile-logo-wrapper {
        display: block;
        padding: 25px 15px 20px 15px;
    }

        #checkout-wrapper .mobile-logo-wrapper img {
            max-width: 120px;
            max-height: 70px;
        }

    #checkout-wrapper .checkout-toggler-wrapper {
        display: block;
    }

    [data-tooltip]:before {
        left: -36px;
    }

    [data-tooltip]:after {
        right: 10px;
    }

    #checkout-container #main-content .gift-card-wrapper.gift-card-mobile {
        display: block;
    }

    #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content .gift-card-wrapper {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #pass, #checkout-container #returning-customers #returning-customers-content #returning-customers-field #pass input, #checkout-container #returning-customers #returning-customers-content #returning-customers-field #pass label, #checkout-container #returning-customers #returning-customers-content #returning-customers-field #sign-in {
        float: none;
        text-align: center;
    }

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #pass {
        line-height: 24px;
        height: auto;
        margin-bottom: 5px;
    }

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #sign-in .btn-blue {
        margin-right: 0;
        width: 100%;
    }

    #checkout-container #new-customers #new-customers-content, #checkout-container #returning-customers #returning-customers-content {
        height: 205px;
    }

    .ccv {
        margin-bottom: -7px;
    }

    #checkout-container .thank-you-box {
        padding-top: 3.5%;
        padding-bottom: 3%;
    }

    #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content #textfield {
        width: 54%;
    }

    #checkout-container #login-container #new-customers-login,
    #checkout-container #login-container #returning-customers {
        width: 100%;
        float: none !important;
    }

    #checkout-container #login-container #returning-customers {
        margin: 0 auto 35px auto;
        padding-right: 0;
        max-width: 480px;
        padding-bottom: 35px;
    }

    #checkout-container #login-container #new-customers-login {
        margin: 0 auto 15px auto;
        padding-left: 0;
        border-left: none;
        border-bottom: 1px solid #D8D8D8;
        max-width: 480px;
        padding-top: 0px;
        padding-bottom: 55px;
    }

    #checkout-container #new-customers-login #new-customers-login-content {
        height: auto;
        padding-bottom: 10px;
    }

        #checkout-container #returning-customers #returning-customers-content #returning-customers-field,
        #checkout-container #new-customers #new-customers-content #new-customers-field,
        #checkout-container #new-customers-login #new-customers-login-content #new-customers-field {
            max-width: 100%;
        }

            #checkout-container #new-customers-login #new-customers-login-content #new-customers-field #sign-up #btnCreateAccount {
                margin-top: 0px;
            }

            #checkout-container #new-customers-login #new-customers-login-content #new-customers-field #sign-up input#btnUseGuestAccount {
                margin-top: 10px;
            }

        #checkout-container #new-customers-login #new-customers-login-content .btn {
            width: 100%;
        }

    #btnCreateAccount,
    #btnUseGuestAccount {
        position: relative;
        margin-top: 30px;
    }

    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #remindPassword,
    #checkout-container #new-customers #new-customers-content #new-customers-field #remindPassword {
        float: none;
        padding-right: 0;
    }

    #checkout-container #sign-in input.btn {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .fb-login-button {
        margin: 10px auto !important;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .ccv {
        margin-bottom: -9px;
    }

    #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content #textfield {
        width: 53% !important;
    }
}


@media screen and (max-width: 680px) {
    #checkout-container #main-content .basket-header {
        display: none;
    }

    #checkout-container .basket-details-desc a,
    #checkout-container #main-content .basket-details .basket-details-price {
        font-size: 14px;
    }

    #checkout-container #main-content .basket-header .basket-header-total,
    #checkout-container #main-content .basket-header .basket-header-amount,
    #checkout-container #main-content .basket-details .basket-details-total span,
    #checkout-container #main-content .basket-message-button .basket-update {
        display: none !important;
    }

    #checkout-container #main-content .basket-details .basket-details-price,
    #checkout-container #main-content .basket-header .basket-header-price {
        width: 20%;
        text-align: right;
    }

    #checkout-container #main-content .basket-header .basket-header-price,
    #checkout-container #main-content .basket-details .basket-details-price {
        margin-left: 5%;
        margin-right: 0;
    }

    #checkout-container #main-content .basket-details .basket-details-total {
        width: 30px;
        float: none;
        display: inline;
        padding: 15px 0;
        position: absolute;
        top: 60px;
        right: 0px;
    }

        

    #checkout-container #main-content .basket-header .basket-header-article,
    #checkout-container #main-content .basket-details .basket-details-article {
        width: 75%;
    }

    #checkout-container #main-content .basket-details .basket-details-amount {
        float: none;
        display: inline;
        margin-right: 0;
        position: absolute;
        top: 40px;
        right: 0;
        width: auto;
        text-align: right;
    }

        #checkout-container #main-content .basket-details .basket-details-amount input {
            margin-top: 0;
            line-height: 32px;
        }

    #checkout-container #main-content .basket-subtotal .basket-subtotal-heading {
        float: left;
        display: inline;
        width: 50%;
        border-bottom: solid 1px #d8d8d8;
        text-align: left;
    }

    #checkout-container #main-content .basket-subtotal .basket-subtotal-amount {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        border-bottom: solid 1px #d8d8d8;
        text-align: right;
    }

    #checkout-container #main-content .error-bottom,
    #checkout-container #main-content .message-bottom,
    #checkout-container #main-content #continue-shopping {
        text-align: center;
        display: block;
        width: 100%;
    }

    #checkout-container #main-content #continue-shopping {
        display: block;
        font-size: 14px;
        font-style: normal;
        width: 100%;
        padding-top: 5px;
        text-align: center;
    }



    #checkout-container #main-content .basket-message-button {
        display: block;
        padding-top: 10px;
    }

        #checkout-container #main-content .basket-message-button .basket-comment {
            display: block;
            width: 100%;
        }

        #checkout-container textarea,
        #checkout-container #main-content .basket-message-button .basket-comment {
            margin-bottom: 10px;
        }

            #checkout-container #main-content .basket-message-button .basket-comment span.basket-comment-heading {
                display: block;
                padding-right: 15px;
                font-size: 14px;
                text-align: left;
                padding-bottom: 5px;
            }

            #checkout-container #main-content .basket-message-button .basket-comment span {
                display: block;
            }

        #checkout-container #main-content .basket-message-button .basket-button {
            display: block;
            width: 100%;
            margin-top: 0px;
        }

    #checkout-container #main-content .calculate-shipping .calculate-shipping-header {
        text-align: center;
    }

    #checkout-container #main-content .calculate-shipping .calculate-shipping-form .calculate-shipping-button {
        float: none;
        padding-top: 26px;
    }

    #checkout-container #main-content .calculate-shipping .calculate-shipping-form .basket-clearfix {
        display: block;
        clear: both;
        width: 100%;
        height: 30px;
    }

    #checkout-container #main-content .calculate-shipping .calculate-shipping-form .calculate-shipping-country {
        width: 50%;
    }

    #checkout-container #main-content .calculate-shipping .calculate-shipping-form .calculate-shipping-zip-code {
        width: 25%;
    }

    #checkout-container .shipping-address-wrapper {
        padding-bottom: 0;
        position: relative;
    }

        #checkout-container .shipping-address-wrapper .shipping-method-wrapper-heading,
        #checkout-container .shipping-address-wrapper .shipping-method-wrapper-content,
        #checkout-container .shipping-address-wrapper .shipping-method-wrapper-edit {
            padding-top: 14px;
        }

        #checkout-container .shipping-address-wrapper .shipping-address-container,
        #checkout-container .shipping-address-wrapper .shipping-method-container {
            display: block;
        }

    #checkout-container .shipping-address-container,
    #checkout-container .shipping-method-container {
        position: relative;
    }

    #checkout-container .shipping-address-wrapper .shipping-address-wrapper-heading,
    #checkout-container .shipping-address-wrapper .shipping-address-wrapper-content,
    #checkout-container .shipping-address-wrapper .shipping-address-wrapper-edit {
        padding-bottom: 0px;
    }

    #checkout-container .shipping-address-wrapper .shipping-method-wrapper-heading {
        padding-bottom: 0;
    }

    #checkout-container .shipping-address-wrapper .shipping-address-wrapper-heading,
    #checkout-container .shipping-address-wrapper .shipping-method-wrapper-heading {
        display: block;
    }

    #checkout-container .shipping-address-wrapper .shipping-address-wrapper-content,
    #checkout-container .shipping-address-wrapper .shipping-method-wrapper-content {
        display: block;
        padding: 2px 0 15px 0;
    }




    #checkout-container .shipping-address-wrapper .shipping-address-wrapper-edit {
        display: block;
        position: absolute;
        right: 13px;
        top: 15px;
    }

    #checkout-container .shipping-address-wrapper .shipping-address-container .shipping-address-wrapper-edit {
        right: 0px;
        top: 0px;
    }

    #checkout-container .shipping-address-wrapper .shipping-address-wrapper-content {
        padding: 2px 35px 15px 0;
    }

    #checkout-container .shipping-address-wrapper .shipping-method-wrapper-edit {
        display: block;
        position: absolute;
        right: 0;
        top: 15px;
    }

    #checkout-container .shipping-address-wrapper .shipping-method-wrapper-content,
    #checkout-container .shipping-address-wrapper .shipping-method-wrapper-edit {
        padding-top: 0;
        border-top: none;
    }

    #checkout-container .shipping-address-wrapper .shipping-method-wrapper-content {
        padding-top: 2px;
    }

    #checkout-container #paypal-wrapper .paypal-button {
        display: block;
        padding: 15px 20px 12px 20px;
    }

    #checkout-container #main-content .basket-message-button .basket-button .btn {
        position: fixed;
        bottom: 10px;
        left: 20px;
        width: calc(100% - 40px);
        z-index: 999999999999;
        box-shadow: 0px 0 0 10px #fff;
    }

    #checkout-container #main-content .calculate-shipping {
        padding-bottom: 50px;
    }

    #checkout-container #continue-shopping {
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 640px) {
    #cards-logos {
        display: inline-block !important;
        height: 29px;
        overflow: hidden;
        margin-top: -6px;
        margin-bottom: 5px;
        margin-left: -2px;
    }

    #checkout-container .double-fields-wrapper .single-field,
    #checkout-container .tripple-fields-wrapper .single-field {
        width: 100%;
    }

        #checkout-container .double-fields-wrapper .single-field:first-of-type,
        #checkout-container .tripple-fields-wrapper .single-field:first-of-type {
            margin-right: 0;
        }

    #checkout-container #main-content #buttons .btn {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    #checkout-container #main-content #buttons .return-to-cart {
        float: none;
        display: block;
        text-align: center;
    }

    #checkout-container .customer-information-wrapper .customer-information-container .customer-information-left,
    #checkout-container .customer-information-wrapper .customer-information-container .customer-information-right {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    #checkout-container .double-fields-wrapper .single-field {
    }

        #checkout-container .double-fields-wrapper .single-field:after,
        #checkout-container .tripple-fields-wrapper .single-field:after {
            display: table;
            content: "";
            clear: both;
        }

        #checkout-container .double-fields-wrapper .single-field.state-field {
            margin-top: 10px;
        }
}

.pass-text {
    position: relative;
}

.show-password {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: url(/img/eye_24.png);
    background-repeat: no-repeat;
}

.hide-password {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: url(/img/eye_slash_24.png);
    background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
    .ccv {
        margin-bottom: -10px;
    }
}

@media screen and (max-width: 590px) {
    #checkout-container #main-content .shopping-content-basket.last-content th.item, #checkout-container #main-content .shopping-content-basket.last-content td.item, #checkout-container #main-content .basket th.item, #checkout-container #main-content .basket td.item {
        display: none;
    }
}

@media screen and (max-width: 568px) {
    #checkout-container #main-content .shipping-content .column, #checkout-container #main-content .payment-content .column {
        margin-right: 12%;
    }
}

@media screen and (max-width: 480px) {
    #checkout-container #main-content .shopping-content-basket.last-content th {
        font-size: 14px;
    }

    #checkout-container .thank-you-box {
        width: 90.47%;
        margin-bottom: 3%;
    }

        #checkout-container .thank-you-box h3 {
            padding-bottom: 2%;
        }

    #checkout-container #summary-checkout-container {
        position: relative;
    }

    .qty-button-certificate {
        margin-left: 0;
        margin-top: -0.5%;
        margin-bottom: 2%;
    }

    #checkout-container #main-content .shopping-content-basket.last-content th.item,
    #checkout-container #main-content .shopping-content-basket.last-content td.item,
    #checkout-container #main-content .shopping-content-basket.last-content th.item-price,
    #checkout-container #main-content .shopping-content-basket.last-content td.item-price,
    #checkout-container #main-content .basket th.item,
    #checkout-container #main-content .basket td.item,
    #checkout-container #main-content .basket th.item-price,
    #checkout-container #main-content .basket td.item-price {
        display: none;
    }

    .ccv {
        margin-bottom: -9px;
    }

    .qty-button {
        width: auto !important;
    }

    #checkout-container {
        padding-bottom: 25px !important;
    }

        #checkout-container #returning-customers #returning-customers-content #returning-customers-field #pass {
            font-size: 14px !important;
            line-height: 28px !important;
        }

        #checkout-container #returning-customers #returning-customers-content #returning-customers-field,
        #checkout-container #new-customers #new-customers-content #new-customers-field {
            width: 100% !important;
        }

    .qty-button {
        font-size: 10px !important;
        padding: 2px 4px !important;
        line-height: 16px !important;
        width: auto !important;
    }

    #checkout-container #new-customers-login #new-customers-login-content .btn,
    #checkout-container #new-customers #new-customers-content #new-customers-field #sign-in .btn-blue,
    #checkout-container #returning-customers #returning-customers-content #returning-customers-field #sign-in .btn-blue {
        padding: 13px 15px;
    }

    #checkout-container #main-content .shipping-content p,
    #checkout-container #main-content .payment-content p,
    #checkout-container #main-content .shipping-content td,
    #checkout-container #main-content .payment-content td {
        font-size: 14px !important;
        line-height: 16px !important;
        padding-bottom: 10px !important;
    }

    #checkout-container .shipping-content label {
        margin-top: 0px !important;
    }

    .gift-content .btn {
        margin-top: -5px !important;
    }

    #checkout-container .gift-content input#GiftCertificateCode {
        height: 40px !important;
    }

    #checkout-container #main-content .payment-content .card-box h3 em {
        display: block !important;
        font-size: 14px !important;
        line-height: 16px !important;
        margin-top: 5px !important;
    }

    #checkout-container #main-content .payment-content .card-box .label-title {
        font-size: 14px !important;
        ;
    }

    #checkout-container .payment-content label {
        margin-top: 1px !important;
    }

    #checkout-container select.dates {
        width: 80px !important;
    }

    #checkout-container #main-content .calculate-shipping .calculate-shipping-form .calculate-shipping-country {
        width: 100%;
        float: none;
        display: block;
        margin-right: 0;
    }

    #checkout-container #main-content .calculate-shipping .calculate-shipping-form .calculate-shipping-zip-code {
        width: 150px;
        float: none;
        display: block;
        margin-right: 0;
        margin-top: 20px;
    }

    #checkout-container .label-select {
        font-size: 13px !important;
    }

    #checkout-container .order-intro-wrapper .order-intro-img {
        margin-right: 7px;
    }

        #checkout-container .order-intro-wrapper .order-intro-img img {
            width: 50px;
            height: auto;
        }

    #checkout-container .order-intro-wrapper .order-number {
        margin: 2px 0 4px 0;
    }

    #checkout-container .order-intro-wrapper .order-thanks {
        font-size: 20px;
    }

    #checkout-container #main-content .calculate-shipping .calculate-shipping-form .calculate-shipping-button {
        float: left;
        padding-top: 15px;
    }

    #checkout-container #main-content .calculate-shipping .calculate-shipping-form .calculate-shipping-zip-code {
        float: left;
        width: 100px;
    }

    #checkout-container #main-content .calculate-shipping .calculate-shipping-form .basket-clearfix {
        clear: none;
    }

    #checkout-container #main-content .calculate-shipping .calculate-shipping-form .calculate-shipping-zip-code input {
        width: 95px;
    }

    #checkout-container #main-content .calculate-shipping .calculate-shipping-form .calculate-shipping-button .btn {
        padding: 13px 15px;
    }

    #checkout-container .creditcard-wrapper .payment-method-header .payment-method-logos img {
        width: 36px;
        height: 36px;
        margin-left: 0px;
    }

    #checkout-container .creditcard-wrapper .SaveCardWrapper {
        position: relative !important;
        bottom: 0px !important;
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 380px) {
    #checkout-container #new-customers, #checkout-container #returning-customers {
        width: 96%;
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-top: 1%;
        margin-bottom: 3%;
    }

        #checkout-container #new-customers #new-customers-content {
            height: 192px;
        }

        #checkout-container #returning-customers #returning-customers-content {
            height: 275px;
        }

    #checkout-container .thank-you-box {
        width: 90.47%;
        margin-bottom: 3.5%;
    }

        #checkout-container .thank-you-box h3 {
            padding-bottom: 3.5%;
        }
}

@media screen and (max-width: 320px) {
    #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content #textfield {
        width: 68% !important;
    }

    #checkout-container #main-content .payment-content .card-box h3 em {
        display: none;
    }

    #checkout-container #main-content .shipping-content .column, #checkout-container #main-content .payment-content .column {
        float: none;
        margin-right: 0;
        margin-bottom: 19px;
    }

    .second {
        float: none;
        margin-bottom: 0 !important;
    }

    #checkout-container #main-content h3 {
        font-size: 14px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 7px !important;
    }

    .ccv {
        margin-bottom: -10px;
    }

    #send-password .btn {
        margin-right: 4% !important;
        font-size: 13px;
    }

    #checkout-container #summary-checkout-wrapper #summary-checkout-container .summary-content #textfield {
        width: 40% !important;
    }
}

@media screen and (max-width: 240px) {
    .btn {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b9b9b9;
        border-radius: none;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        color: #767676;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        vertical-align: middle;
        font-weight: bold;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        margin-top: 5px;
        margin-right: 3px;
        margin-left: 3px;
        padding-top: 3px;
        padding-right: 5px;
        padding-bottom: 3px;
        padding-left: 5px;
    }

    .btn-small {
        font-size: 8px;
        line-height: 12px;
        margin-bottom: 4px;
        margin-top: 4px;
        margin-right: 2px;
        margin-left: 2px;
        padding-top: 2px;
        padding-right: 3px;
        padding-bottom: 2px;
        padding-left: 3px;
    }

    .btn-blue {
        background-color: #006DCC;
        background: #3795d9; /* Old browsers */
        background: -moz-linear-gradient(top, #3795d9 0%, #217bb9 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3795d9), color-stop(100%, #217bb9)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #3795d9 0%, #217bb9 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #3795d9 0%, #217bb9 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #3795d9 0%, #217bb9 100%); /* IE10+ */
        background: linear-gradient(to bottom, #3795d9 0%, #217bb9 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3795d9', endColorstr='#217bb9', GradientType=0 ); /* IE6-9 */
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        color: #FFFFFF;
        text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    }

    .btn-green {
        color: #FFFFFF;
        text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    }

    #checkout-container #main-content .payment-content .card-box #sec-code-checkout-container label {
        display: none;
    }

    #checkout-container #new-customers #new-customers-header, #checkout-container #returning-customers #returning-customers-header, #checkout-container #summary-checkout-wrapper #summary-checkout-container #summary-header, #checkout-container #main-content #shipping-header, #checkout-container #main-content #additional-info-header, #checkout-container #main-content #email-header, #checkout-container #main-content .address-header, #checkout-container #main-content #gift-header, #checkout-container #main-content #payment-header, #checkout-container #main-content #shopping-header {
        text-indent: 48px;
        font-size: 13px;
    }

        #checkout-container #main-content #shipping-header a, #checkout-container #main-content #shopping-header a, #checkout-container #main-content #additional-info-header a, #checkout-container #main-content #payment-header a {
            margin-right: 8px;
            margin-left: 0;
            padding-left: 0;
        }

    .qty-button-certificate {
        font-size: 12px;
        color: #595959;
    }

    #checkout-container .thank-you-box h3 {
        line-height: 19px !important;
    }
}


/* Changes For fancybox */

#fancybox-close {
    top: -15px !important;
}

#fancybox-wrap {
    height: 150px !important;
}
/* Changes For Bitcoin */

.bitcoin-payment-wrapper {
    width: 100%;
    max-width: 540px;
    padding: unset !important;
    /*border: 1px solid #555;*/
    margin: auto !important;
    font-family: Arial, Helvetica, sans-serif;
}

    .bitcoin-payment-wrapper:after {
        display: table;
        content: "";
        clear: both;
    }

    .bitcoin-payment-wrapper .bitcoin-payment-details,
    .bitcoin-payment-wrapper .bitcoin-payment-barcode {
        width: 50%;
        float: left;
        padding: 15px !important;
        text-align: center;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .bitcoin-payment-wrapper .bitcoin-payment-details {
        padding-top: 35px !important;
    }

        .bitcoin-payment-wrapper .bitcoin-payment-details span {
            display: block;
        }

            .bitcoin-payment-wrapper .bitcoin-payment-details span .extra-currency-symbol {
                display: initial;
            }

        .bitcoin-payment-wrapper .bitcoin-payment-details .payment-id {
            font-size: 24px !important;
            line-height: 26px !important;
            font-weight: 700;
            margin-bottom: 20px !important;
        }

        .bitcoin-payment-wrapper .bitcoin-payment-details .payment-amount {
            font-size: 20px !important;
            line-height: 22px !important;
            font-weight: normal;
            margin-bottom: 24px !important;
        }

        .bitcoin-payment-wrapper .bitcoin-payment-details .payment-button {
            padding: 10px 10px !important;
            width: 90%;
            position: relative;
            background-color: #3e6ca0;
            border-radius: 3px;
            color: #fff !important;
            font-size: 14px !important;
            font-weight: bold !important;
            text-decoration: none;
            display: block;
            margin: 0 auto 15px auto !important;
            -webkit-transition: background-color 300ms ease;
            -moz-transition: background-color 300ms ease;
            -o-transition: background-color 300ms ease;
            transition: background-color 300ms ease;
        }

            .bitcoin-payment-wrapper .bitcoin-payment-details .payment-button img {
                position: absolute;
                width: 50px;
                height: 50px;
                left: -7px;
                top: -7px;
            }

            .bitcoin-payment-wrapper .bitcoin-payment-details .payment-button:hover {
                background-color: #2e5b8b;
            }

        .bitcoin-payment-wrapper .bitcoin-payment-details .payment-conversion {
            font-size: 14px !important;
        }

        .bitcoin-payment-wrapper .bitcoin-payment-details .payment-code {
            font-size: 10px !important;
            margin-bottom: 25px !important;
        }

    .bitcoin-payment-wrapper .confirmation-message {
        padding: 15px !important;
        text-align: center;
        height: 269px;
        display: table-cell;
        vertical-align: middle !important;
        width: 540px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .bitcoin-payment-wrapper .confirmation-message span {
            display: block;
            width: 70%;
            font-size: 14px;
            font-weight: 600;
            padding: 10px !important;
            margin: auto !important;
            background-color: #E0F1D8;
            color: #4b8a48;
            border-radius: 3px;
        }

            .bitcoin-payment-wrapper .confirmation-message span img {
                height: 14px !important;
                width: auto;
                margin-bottom: -1px;
                margin-right: 4px !important;
                display: inline-block;
            }

form.pb-signup .single-field label.input__label {
    position: absolute;
    top: 0;
}



#checkout-container .billing-address-wrapper .differentbilling-wrapper .double-fields-wrapper + .double-fields-wrapper + .input {
    margin-top: 4px;
}