@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700,700italic,400italic);

/*
    fonts
        checkout.html
            Quattrocento Sans 400
            Quattrocento Sans 700
*/

body {
    font: 400 10px/1.2 Arial, "Nimbus Sans L", Helvetica, sans-serif;
}

img {
    display: block;
    max-width: 100%;
}

/* Header */
.header-wr {
    min-width: 947px;
    background: url(../i/header-line-bg.png) repeat;
}

.header-ch {
    width: 947px;
    margin: 0 auto;
}

.header-logo {
    margin: 0 0 0 50px;
    width: 200px;
}

@media only screen and (max-width: 946px) {
    .header-wr {
        min-width: 100%;
    }

    .header-ch {
        width: 100%;
    }
}

@media only screen and (max-width: 568px) {
    .header-wr {
        background: none;
    }

    .header-logo {
        margin: 0;
        width: 150px;
    }
}

/* Wrapper */
.wrapper {
    width: 765px;
    margin: 0 auto;
    padding-top: 10px;
    background-color: #fff;
}

@media only screen and (max-width: 946px) {
    .wrapper {
        width: 100%;
        background-size: 20.16895459345301% auto;
    }
}

@media only screen and (max-width: 728px) {
}

/* Checkout form */
.checkout-form {
}

    .checkout-form h1 {
        padding-left: 50px;
        font-size: 24px;
    }

.checkout-form-part {
    padding: 30px 0 25px;
    margin: 0 3.26797385620915% 0 6.535947712418301%; /* 0 25px 0 50px */
}

/* Custom radio */
.icheckbox_minimal, .iradio_minimal {
    float: left;
}

.checkout-form-row {
    float: left;
    width: 46.3768115942029%; /* 320px; */
    margin-left: 0.8695652173913043%; /* 6px */
}

.checkout-form-title {
    color: #F36D2B;
    text-transform: uppercase;
    font: 700 18px 'Quattrocento Sans', Arial, "Nimbus Sans L", Helvetica, sans-serif;
    margin-bottom: 15px;
}

    .checkout-form-title.with-check {
        position: relative;
    }

.checkout-form-line {
    zoom: 1;
}

    .checkout-form-line:before, .checkout-form-line:after {
        content: "";
        display: table;
    }

    .checkout-form-line:after {
        clear: both;
    }

    .checkout-form-line .name {
        float: left;
        width: 40.625%; /* 130px */
        margin-left: 3.75%; /* 12px */
        color: #575757;
        font-weight: 700;
        font-size: 14px;
        font-style: italic;
    }

        .checkout-form-line .name p {
            margin-top: 5px;
        }

        .checkout-form-line .name span {
            color: #990000;
        }

    .checkout-form-line .value {
        float: left;
        width: 54.6875%; /* 175px */
    }

    .checkout-form-line .value-date {
        width: 25.625%; /* 82px */
    }

        .checkout-form-line .value-date + .value-date {
            margin-left: 3.4375%;
        }

    .checkout-form-line .value-phone {
        display: flex;
        align-items: center;
    }

        .checkout-form-line .value-phone select,
        .checkout-form-line .value-phone input[type="tel"] {
            height: 26px;
            font-size: 11px;
        }

        .checkout-form-line .value-phone select {
            width: 65px;
            flex-shrink: 0;
            margin-right: -1px;
        }

            .checkout-form-line .value-phone select:focus {
                position: relative;
            }

.lt-ie8 .value-date .b-core-ui-select {
    width: 60px;
}

.checkout-form-line .value-cards {
    width: 61.14285714285714%; /* 107px */
}

.checkout-form-line .value-required {
    text-align: right;
    font: italic 400 11px/15px Georgia, "Century Schoolbook L", serif;
    color: #6B6A6E;
}

    .checkout-form-line .value-required span {
        color: #990000;
    }

.checkout-form-line input[type="text"],
.checkout-form-line input[type="email"],
.checkout-form-line input[type="tel"],
.hosted-fields {
    border: 1px solid #BBBBBB;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: none;
        -ms-box-shadow: none;
            box-shadow: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    width: 100%;
    height: 28px;
    font: italic 14px/18px Arial, "Nimbus Sans L", Helvetica, sans-serif;
    color: #575757;
    padding: 4px 10px;
}

.lt-ie8 .checkout-form-line input[type="text"],
.lt-ie8 .checkout-form-line input[type="email"],
.lt-ie8 .checkout-form-line input[type="tel"] {
    width: 153px;
    height: 18px;
}

/* Custom select */
.b-core-ui-select {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px 10px;
    color: #333;
    text-shadow: none;
    background: #fff;
    border: 1px solid #BBBBBB;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    box-shadow: none;
    font: italic 14px/18px Arial, "Nimbus Sans L", Helvetica, sans-serif;
    color: #575757;
}

    .b-core-ui-select.disabled, .b-core-ui-select.disabled:active {
        border-color: #777777;
    }

.lt-ie8 .b-core-ui-select {
    width: 153px;
    height: 18px;
}

.b-core-ui-select:HOVER {
    color: #575757;
    background-color: #fff;
}

.b-core-ui-select.disabled {
    background-color: #EBEBE4;
}

.b-core-ui-select__button {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 26px;
    height: 26px;
    border: 0;
    content: "";
    margin: 0;
    background: url(../i/checkout-select.png) no-repeat;
}

.b-core-ui-select.open {
    border-radius: 0;
}

.b-core-ui-select__dropdown {
    display: none;
    color: #333;
    margin-top: -1px;
    padding: 0;
    font-size: 14px;
    border: 1px solid #BBBBBB;
    border-radius: 0;
    font-style: italic;
}

.b-core-ui-select__dropdown__item {
    padding: 4px 10px;
    min-height: 16px;
    list-style-type: none;
    cursor: pointer;
    text-align: left;
}

.checkout-form-line + .checkout-form-line {
    margin-top: 7px;
}

.checkout-form-row + .checkout-form-row {
    margin-left: 2.173913043478261%; /* 15px */
}

.checkout-form-row + .checkout-form-total {
    margin-left: 5.228758169934641%; /* 40px */
}

.checkout-form-total {
}

.checkout-form-total-in {
    padding: 11px 20px 25px;
    background: #F3F3F3;
}

.checkout-offer-info {
    font-size: 11px;
    padding-bottom: 15px;
    border-bottom: 1px solid #A7A7A7;
    margin-bottom: 10px;
}

    .checkout-offer-info b {
        font-size: 12px;
    }

.chekout-table-total {
    width: 100%;
    font-size: 12px;
    line-height: 1.52;
}

    .chekout-table-total tr td {
        text-align: right;
    }

        .chekout-table-total tr td:first-child {
            text-align: left;
        }

    .chekout-table-total .subtotal {
        font-weight: 700;
    }

    .chekout-table-total .tax td {
        padding-bottom: 10px;
    }

    .chekout-table-total .total,
    .chekout-table-total .firstPayment {
        font-weight: 700;
        font-size: 18px;
    }

        .chekout-table-total .total td,
        .chekout-table-total .firstPayment td {
            border-top: 1px solid #6A6A6A;
            padding-top: 10px;
        }

    .chekout-table-total .promo {
        color: #3bc307;
    }

.checkout-action {
    margin: 20px 6.25% 0; /* 20px 20px 0 */
}

.checkout-btn {
    display: block;
    background: #DC2A00;
    text-align: center;
    color: #fff;
    font: 700 19px 'Quattrocento Sans', Arial, "Nimbus Sans L", Helvetica, sans-serif;
    padding: 20px;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, .28);
       -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, .28);
            box-shadow: 1px 2px 2px rgba(0, 0, 0, .28);
}

.checkout-vefified {
    margin-top: 20px;
    text-align: center;
}

    .checkout-vefified img {
        display: inline;
    }

.checkout-form-check {
    clear: both;
    overflow: hidden;
    padding: 5px 5.072463768115942% 0 21.59420289855072%; /* 20px 35px 0 149px */
    color: #575757;
    font-size: 12px;
    line-height: 1.26;
    font-style: italic;
}

    .checkout-form-check input[type="checkbox"] {
        float: left;
        display: block;
    }

    .checkout-form-check label, .checkout-form-check p {
        position: relative;
        display: block;
        margin-left: 20px;
        line-height: 1.29;
    }

    .checkout-form-check span {
        color: #80875D;
        font-weight: 700;
    }

    .checkout-form-check.in-title {
        position: absolute;
        top: 0;
        right: 5px;
        clear: none;
        padding: 0;
        text-transform: none;
        font-size: 11px;
    }



.checkout-form-part + .checkout-form-part {
    border-top: 2px solid #838383;
}

.checkout-form-part.select-part {
    padding-bottom: 0;
}

@media only screen and (max-width: 833px) {
    .checkout-form-check.in-title {
        position: static;
        top: auto;
        right: auto;
    }

        .checkout-form-check.in-title br {
            display: none;
        }
}

@media only screen and (max-width: 568px) {
    .checkout-form-check {
        padding: 0 30px 0 0;
        margin-top: 20px;
    }

        .checkout-form-check.in-title {
            margin-top: 17px;
            font-size: 12px;
        }
}

@media only screen and (max-width: 728px) {
    .checkout-form {
        width: auto;
        float: none;
    }
}

@media only screen and (max-width: 568px) {
    .checkout-form-part {
        padding: 15px 10px;
        margin: 0;
    }

    .checkout-form-row {
        float: none;
        width: auto;
        margin-left: 0;
    }

    .checkout-form-line .name {
        width: 100%;
        margin: 0 0 3px;
    }

        .checkout-form-line .name p {
            margin-top: 15px;
        }

    .checkout-form-line.address-2 .name p {
        display: none;
    }

    .checkout-form-line .value {
        width: 100%;
    }

    .checkout-form-line .value-date {
        width: 30%;
    }

        .checkout-form-line .value-date + .value-date {
            margin-left: 4.5375%;
        }

    .checkout-form-line .value-cards {
        width: 61.14285714285714%;
    }

    .checkout-form-line input[type="text"],
    .checkout-form-line input[type="email"],
    .checkout-form-line input[type="tel"],
    .hosted-fields {
        height: 35px;
    }


    .b-core-ui-select {
        padding: 8px 10px;
    }

    .b-core-ui-select__button {
        width: 35px;
        height: 35px;
        background: url(../i/checkout-select-2.png) no-repeat;
        background-size: 35px;
    }

    .checkout-form-row + .checkout-form-total {
        margin-left: 0;
    }

    .checkout-action {
        margin: 10px 0;
    }
}

/* footer */
.footer-wr {
    min-width: 947px;
    background: #E9E7E7 url(../i/header-line-bg.png) repeat;
    padding: 15px 0 20px;
}

.footer-ch {
    margin: 0 auto;
    max-width: 100%;
}

.footer-text {
    font: italic 11px/1.55 Georgia, "Century Schoolbook L", serif;
    color: #000;
    text-align: center;
    margin: 0 12%;
}

.powered a {
    color: #FFFFAA;
    font-weight: 700;
}

    .powered a:hover {
        text-decoration: underline;
    }

@media only screen and (max-width: 946px) {
    .footer-wr {
        min-width: 100%;
    }

    .footer-ch {
        width: 100%;
    }
}

/* Upsell */
.upsell-cont {
    padding-top: 50px;
}

.upsell-shot {
    float: left;
    width: 45.35947712418301%; /* 347px from 765px */
    margin: 20px 3.92156862745098% 0 0; /* 30px from 765px */
    position: relative;
}

    .upsell-shot img {
        margin: 0 auto;
    }

.upsell-shot-badge {
    position: absolute;
    bottom: -43px;
    left: -15px;
    width: 125px;
}

.upsell-dscr {
    float: left;
    width: 42.48366013071895%; /* 325px from 765px */
    font: 16px/1.3 'Quattrocento Sans', Arial, "Nimbus Sans L", Helvetica, sans-serif;
}

.upsell-inside {
    margin: 0 10px;
}

.upsell-dscr-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
}

.upsell-dscr-text {
}

.upsell-dscr-list {
}

    .upsell-dscr-list li {
        padding-left: 37px;
        margin: 15px 0;
        background: url(../i/list-bull-4.png) no-repeat 17px 5px;
    }

.upsell-dscr-text.var-1 {
    padding-bottom: 15px;
}

.upsell-action {
    margin-top: 50px;
}

.upsell-btn-yes {
    display: block;
    border: 1px solid rgb(198,38,33);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 1, 1, .2);
       -moz-box-shadow: 1px 2px 2px 0 rgba(0, 1, 1, .2);
            box-shadow: 1px 2px 2px 0 rgba(0, 1, 1, .2);
    font-size: 25px;
    color: #fff;
    letter-spacing: -1px;
    padding: 15px 10px 14px;
    font-weight: 700;
    text-align: center;
    background: #e15954;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e15954), color-stop(50%,#ed3114), color-stop(51%,#f04429), color-stop(100%,#f04429));
    background:    -moz-linear-gradient(top, #e15954 0%, #ed3114 50%, #f04429 51%, #f04429 100%);
    background: -webkit-linear-gradient(top, #e15954 0%,#ed3114 50%,#f04429 51%,#f04429 100%);
    background:      -o-linear-gradient(top, #e15954 0%,#ed3114 50%,#f04429 51%,#f04429 100%);
    background:     -ms-linear-gradient(top, #e15954 0%,#ed3114 50%,#f04429 51%,#f04429 100%);
    background:         linear-gradient(to bottom, #e15954 0%,#ed3114 50%,#f04429 51%,#f04429 100%);
}

.upsell-btn-no {
    display: block;
    border: 1px solid #848484;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 1, 1, .2), inset 0 -4px 4px 0 rgba(0, 0, 0, .35);
       -moz-box-shadow: 1px 2px 2px 0 rgba(0, 1, 1, .2), inset 0 -4px 4px 0 rgba(0, 0, 0, .35);
            box-shadow: 1px 2px 2px 0 rgba(0, 1, 1, .2), inset 0 -4px 4px 0 rgba(0, 0, 0, .35);
    font-size: 20px;
    color: #6C6C6C;
    letter-spacing: -1px;
    padding: 15px 10px 14px;
    margin: 12px 40px;
    font-weight: 700;
    text-align: center;
    background: #e8e8e8;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#c2c2c2));
    background:    -moz-linear-gradient(top, #e8e8e8 0%, #c2c2c2 100%);
    background: -webkit-linear-gradient(top, #e8e8e8 0%,#c2c2c2 100%);
    background:      -o-linear-gradient(top, #e8e8e8 0%,#c2c2c2 100%);
    background:     -ms-linear-gradient(top, #e8e8e8 0%,#c2c2c2 100%);
    background:         linear-gradient(to bottom, #e8e8e8 0%,#c2c2c2 100%);
}

.upsell-bottom-bg {
    clear: both;
    height: 100px;
    background: url(../i/checkout-bg-3.png) no-repeat 100% 0;
    background-size: 20.16895459345301% 100%;
}

@media only screen and (max-width: 728px) {
    .upsell-bottom-bg {
        display: none;
    }
}

@media only screen and (max-width: 568px) {
    .upsell-cont {
        padding-top: 20px;
    }

    .upsell-shot {
        float: none;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    .upsell-shot-badge {
        width: 60px;
        bottom: -20px;
    }

    .upsell-dscr {
        float: none;
        width: auto;
        margin: 40px 10px 0;
        font: 16px/1.3 'Quattrocento Sans', Arial, "Nimbus Sans L", Helvetica, sans-serif;
    }

    .upsell-action {
        margin-top: 30px;
        padding-bottom: 50px;
    }
}

.cost-badge {
    margin-top: -20px;
}

.cost {
    float: left;
    margin: 23px 0 0 52px;
}

.upsell-shot .cost img {
    margin: 10px 0;
}

.cost p {
    font: 900 43px Impact, Charcoal, Rekha, sans-serif;
}

.cost-badge-img {
    float: right;
}

@media only screen and (max-width: 728px) {
    .cost {
        max-width: 150px;
        float: none;
        margin: 33px auto 0 auto;
    }

    .cost-badge-img {
        float: none;
        width: 45.35714285714286%;
        margin: 0 auto;
    }
}

/* checkout-table-select */
.checkout-table-select {
}

.cts-part {
    float: left;
}

    .cts-part.full-width {
        width: 100%;
    }

    .cts-part.one-from-two {
        width: 70%;
    }

    .cts-part.two-from-two {
        width: 30%;
    }

    .cts-part.one-from-three {
        width: 45%;
    }

    .cts-part.two-from-three {
        width: 20%;
    }

    .cts-part.three-from-three {
        width: 35%;
    }

.cts-part-name {
    font-weight: 700;
    font-style: italic;
    color: #575757;
    font-size: 14px;
    border-bottom: 2px solid #838383;
    padding-bottom: 5px;
    text-align: center;
}

.cts-part-field {
    padding: 18px 10px;
}

.hiddenLabel {
}

.mobileLabel {
    display: none;
}

@media only screen and (max-width: 728px) {
    .checkout-table-select {
        padding-bottom: 10px;
    }

    .cts-part {
        float: none;
    }

        .cts-part.full-width,
        .cts-part.one-from-two,
        .cts-part.two-from-two,
        .cts-part.one-from-three,
        .cts-part.two-from-three,
        .cts-part.three-from-three {
            width: 100%;
        }

    .cts-part-name {
        text-align: left;
        border-bottom: 0;
    }

    .cts-part-field {
        padding: 0 0 10px;
    }

    .hiddenLabel {
        display: none;
    }

    .mobileLabel {
        display: block;
    }
}

.field-validation-error {
    color: red;
    font-size: 12px;
}

.field-validation-valid {
    display: none;
}

#bonusWrapper {
    margin-left: 3.127072%;
}

    #bonusWrapper .ch-form-part-checkbox {
        float: left;
    }

    #bonusWrapper .ch-form-part-checkbox-dscr {
        margin-left: 18px;
    }



@media (max-width: 568px) {
    #bonusWrapper {
        margin-left: 0;
    }
}

/* SELECT CANDLE AND QUANTITY */
.checkout-form-section h3 {
    padding: 5px 8px;
    background: #ce3e93;
    color: #fff;
    text-transform: uppercase;
    font: 700 14px "museo-sans-n7", "museo-sans", Arial, "Nimbus Sans L", Helvetica, sans-serif;
}

    .checkout-form-section h3 span {
        text-transform: uppercase;
        font-size: 22px;
    }

    .checkout-form-section h3 i {
        font-weight: 100;
        font-family: "museo-sans-n1", "museo-sans", Arial, "Nimbus Sans L", Helvetica, sans-serif;
        font-style: normal;
    }

.choice-prod {
    float: left;
    margin: 10px 0 10px 0;
    width: 92px;
}

    .choice-prod .checkout-form-field {
        margin: 0 10px;
    }

    .choice-prod:first-child {
        margin-left: 0;
    }

    .choice-prod p {
        text-align: center;
        text-transform: uppercase;
        font: 700 15px Helvetica, Arial, "Nimbus Sans L", Helvetica, sans-serif;
    }

        .choice-prod p span {
            display: block;
            padding-bottom: 5px;
            color: #ce3e93;
            text-transform: none;
        }

@media (max-width: 979px) and (min-width: 768px) {
    .choice-prod {
        width: 123px;
    }

        .choice-prod p {
            font-size: 14px;
        }
}

@media (max-width: 767px) {
    .choice-prod {
        clear: both;
        margin-left: 0;
        width: 100%;
    }
}

.btn {
    display: block;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "museo-sans-n9", "museo-sans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

.btn--add-more {
    font-size: 17px;
    padding: 6px 0;
}

.spinner-for-order-btn {
    font: italic 700 12px/75px Arial,"Nimbus Sans L",Helvetica,sans-serif;
    text-align: center;
    display: none;
}

    .spinner-for-order-btn img {
        display: inline;
        max-height: 38px;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

.ch-form-coupon {
    font-style: italic;
    font-size: 12px;
    line-height: 1.5;
}

.ch-form-coupon-name {
    margin-bottom: 1%; /* 3px from 300px */
    text-transform: uppercase;
}

.ch-form-coupon-text {
    margin-top: 5%; /* 15px from 300px */
}

.ch-form-coupon-yes {
    color: #51A74D;
}

.ch-form-coupon-no {
    color: #BB0030;
}

.btn-apply {
    float: right;
    font-size: 14px;
    padding: 1px 0;
    text-align: center;
    text-transform: uppercase;
    width: 30%;
    background: linear-gradient(to bottom, rgba(244,152,43,1) 0%,rgba(255,135,0,1) 50%,rgba(244,152,43,1) 50%,rgba(255,135,0,1) 100%);
    color: #FFFFFF;
    display: inline;
}

checkout-form-field-qty-name {
    font-size: 1.5em;
}

.checkout-form-field {
}

.ch-section-form input[type="text"],
.ch-section-form input[type="email"],
.ch-section-form input[type="tel"],
.ch-section-form select {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 36px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background-color: #fff;
    color: #000;
    font: 400 14px/18px Arial, "Nimbus Sans L", Helvetica, sans-serif;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.ch-section-form input[type="text"],
.ch-section-form input[type="email"],
.ch-section-form input[type="tel"] {
    padding: 8px 18px;
}

/* IE7 */
.lt-ie8 .ch-section-form input[type="text"],
.lt-ie8 .ch-section-form input[type="email"],
.lt-ie8 .ch-section-form input[type="tel"] {
    padding: 1px 2px;
    width: 294px;
    height: 17px;
    line-height: 17px;
}

.checkout-form-field--coupon {
    float: left;
    width: 45%; /* 135px from 300px */
}

/* IE7 */
.lt-ie8 .checkout-form-field--coupon input[type="text"],
.lt-ie8 .checkout-form-field--coupon input[type="email"],
.lt-ie8 .checkout-form-field--coupon input[type="tel"] {
    width: 117px;
}

.checkout-form-field--qty {
    width: 50%; /* 110px from 220px; */
}

.header-wr.static-header-footer,
.footer-wr.static-header-footer {
    background: white;
    width: 765px;
    min-width: 765px;
    margin: 0 auto;
}

@media (max-width: 946px) {
    .header-wr.static-header-footer,
    .footer-wr.static-header-footer {
        width: 100% !important;
        min-width: 320px;
    }
}

.checkout-form .ch-form-part-title {
    color: #000;
}

.checkout-form .ch-form-title {
    color: #000;
}

.checkout-form-payment-types {
    padding: 0 3.75%;
}

@media (max-width: 767px) {
    .checkout-form-payment-types {
        padding: 0;
    }
}

/* Price Calculation */
.detailed-list .checkout-form-total-in {
}

.detailed-list .chekout-table-total {
    width: 100%;
    font-size: 12px;
    line-height: 1.52;
}

    .detailed-list .chekout-table-total tr td {
        text-align: right;
        border: 1px solid #D3D3D3;
        padding: 5px;
        text-align: right;
        font-size: 14px;
    }

        .detailed-list .chekout-table-total tr td span {
            float: right;
        }

            .detailed-list .chekout-table-total tr td span:first-child {
                float: left;
            }

    .detailed-list .chekout-table-total tr.tax td span:first-child {
        padding-top: 12px;
    }

    .detailed-list .chekout-table-total tr td input {
        width: 70px;
    }

    .detailed-list .chekout-table-total .input-label {
        font-size: 10px;
        font-style: italic;
        float: left;
        width: 80px;
        margin-right: 10px;
    }

    .detailed-list .chekout-table-total .zip-input {
        padding: 7px 0;
    }

    .detailed-list .chekout-table-total tr td input {
        float: right;
        min-height: 23px;
    }

    .detailed-list .chekout-table-total tr td:first-child {
        text-align: right;
        padding-right: 25px;
    }

    .detailed-list .chekout-table-total tr td:last-child {
        min-width: 100px;
        vertical-align: middle;
    }

    .detailed-list .chekout-table-total .subtotal {
    }

    .detailed-list .chekout-table-total .tax td {
    }

    .detailed-list .chekout-table-total .total {
        font-weight: 700;
    }

    .detailed-list .chekout-table-total .firstPayment {
        font-weight: 700;
    }

@media (max-width: 475px) {
    .detailed-list .chekout-table-total tr td span {
        width: 100%;
    }

    .detailed-list .chekout-table-total tr.tax td span:first-child {
        float: right;
    }

    .detailed-list .chekout-table-total .input-label {
        font-size: 10px;
        font-style: italic;
        float: none;
        width: auto;
        margin-right: 0;
        text-align: center;
    }

    .detailed-list .chekout-table-total tr td input {
        float: none;
        width: 100%;
        margin-top: 5px;
    }
}

.amazon-logout-wr {
    float: right;
}

.amazon-logout-btn-wr {
    margin-top: -58px;
}

@media (max-width: 767px) {
    .amazon-logout-wr {
        float: none;
    }

    .amazon-logout-btn-wr {
        margin: 20px 0;
    }

    .amazon-wigets .checkout-form-row {
        margin-top: 15px;
        margin-left: 0px;
    }

        .amazon-wigets .checkout-form-row:first-of-type {
            margin-top: 0px;
        }
}

.checkout-form-row.amazon-consent-title {
    padding-top: 15px;
    margin: 0 auto;
    float: none;
    clear: both;
}

#circleG {
    margin-top: -15px;
}

/* Checkout form Guarantee */
.ch-form-part-guarantee {
    margin-top: 10px;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    padding: 5px 5.072463768115942% 0 21.59420289855072%; /* 20px 35px 0 149px */
}

@media only screen and (max-width: 568px) {
    .ch-form-part-guarantee {
        margin-top: 20px;
        padding: 0;
        width: 100%;
        text-align: center;
    }
}

.checkout-form-check.additional-check {
    padding: 5px 5.072463768115942% 0 2.75%;
}

@media only screen and (max-width: 568px) {
    .checkout-form-check.additional-check {
        padding: 0 30px 0 0;
    }
}

/* InsureShip checkbox */

.checkout-insureship {
    margin: 15px auto 20px;
}

.insureship-logo-wr img {
    max-width: 50%;
    display: inline;
}

.insureship-description {
    font-size: 12px;
    margin-top: 10px;
}

.insureship-cbx-wr {
    margin-top: 10px;
}

.checkout-insureship input[type=checkbox] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .checkout-insureship input[type=checkbox] + label.insureship-label {
        padding-left: 22px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
        cursor: pointer;
    }

.insureship-checkbox-sprite {
    background-image: url(../i/insureship-checkbox-sprite.png);
}

.checkout-insureship input[type=checkbox]:checked + label.insureship-label {
    background-position: 0 -20px;
}

.checkout-insureship label.insureship-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.checkout-insureship label {
    position: relative;
    margin-left: 10px;
    color: #000;
}

.normal-select {
    padding: 4px 27px 4px 10px;
    background: #fff url(../i/checkout-select.png) no-repeat right top;
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    font: italic normal 14px Arial, "Nimbus Sans L", Helvetica, sans-serif;
    color: #575757;
    border: 1px solid #BBBBBB;
    outline: none;
    border-radius: 0;
    width: 100%
}

select.normal-select::-ms-expand {
    display: none;
}

.normal-select option {
    background-color: #fff;
}

select.normal-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

#CreditCardMonthBr,
#CreditCardYearBr {
    width: 100%;
}

.hosted-field-label {
    padding: 11px 0 4px 0;
    font: 700 15px "museo-sans-n7", "museo-sans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

.amazon-pay-address-text {
    color: #575757;
    font-weight: 700;
    font-size: 14px;
    font-style: italic;
}

.amazon-pay-change-btn {
    margin-right: 20px;
}

#amazonPayPaymentInfo, #amazonPayAddress {
    margin: 20px 0;
}

.easyPostOption {
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

    .easyPostOption input {
        margin-top: -3px;
    }

.easyPostWrapper .checkout-form-part {
    padding-bottom: 0;
}

.easy-post-message {
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.easy-post-loader {
    width: 25px;
    margin-right: 5px;
}