.payment-methods-wr {
}

.payment-method {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 25px 0;
    float: left;
    display: inline-block;
    width: 50%;
}

    .payment-method.vertical {
        width: 100%;
    }

    .payment-method.terms-checkbox {
        margin-top: -30px;
    }

        .payment-method.terms-checkbox .payment-tvins {
            margin-left: 3px;
        }

            .payment-method.terms-checkbox .payment-tvins span:first-child {
                font-weight: 400;
                text-transform: none;
                vertical-align: -2px;
            }

    .payment-method.full-width {
        width: 100%;
    }

    .payment-method .btn-default {
        display: inline-block;
        width: auto;
        font-size: 0.8em;
        padding: 3px 8px;
        cursor: pointer;
    }

    .payment-method input[type=radio] {
        margin-right: 10px;
        display: block;
        float: left;
        margin-top: 5px;
    }

    .payment-method img {
        display: inline-block;
        float: left;
    }

    .payment-method span {
        font-size: 1.2em;
    }

        .payment-method span.text-block {
            font-size: 1.1em;
            font-weight: 400;
        }

    .payment-method .payment-method-link {
        display: inline-block;
        margin-left: 10px;
        margin-top: 7px;
        font-size: 12px;
        font-weight: 600;
    }

        .payment-method .payment-method-link:hover {
            text-decoration: underline;
        }

.thank-total .item-field-2.mod-description {
    text-align: left;
}

    .thank-total .item-field-2.mod-description .updown-btn-span {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .thank-total .item-field-2.mod-description .item-description {
        width: calc(100% - 20px);
        display: inline-block;
        padding-left: 10px;
        box-sizing: border-box;
        text-align: center;
    }

@media (max-width: 979px) and (min-width: 768px) {
}

@media (max-width: 767px) {
    .payment-methods-wr {
        max-width: 200px;
        margin: 0 auto;
    }

    .payment-methods-wr {
        margin-top: 20px;
    }

    .payment-method {
        display: block;
        float: none;
        max-width: 200px;
        width: auto;
        padding: 10px 0;
    }

        .payment-method img {
            float: none;
        }

        .payment-method .payment-method-link {
            display: block;
            text-align: center;
            margin: 10px 0 0;
        }
}

.amazon-pay-btn {
    margin-top: -12px;
}

.amazon-pay-btn {
    display: inline-block;
}

.amazon-wigets-wr {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.amazon-wiget {
    width: 100%;
    height: 240px;
}

    .amazon-wiget.amazon-address-wig {
    }

    .amazon-wiget.amazon-wallet-wig {
    }

.amazon-consent-title, .amazon-consent-wig {
    display: none;
}

.amazon-logout-btn-wr {
    margin-top: 20px;
    display: table;
    height: 51px;
    width: 100%;
}

    .amazon-logout-btn-wr .amazon-logout-btn {
        box-sizing: border-box;
        color: rgb(55, 55, 55);
        cursor: pointer;
        font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: bold;
        height: 51px;
        line-height: 27px;
        padding: 10px;
        text-align: center;
        display: table-cell;
        float: right;
    }

    .amazon-logout-btn-wr .amazon-logout-title {
        font-size: 16px;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
    }

.cod-btn-center {
    width: 100%;
}

    .cod-btn-center span {
        max-width: 170px;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

@media (max-width: 767px) {
    .amazon-pay-btn {
        margin-top: 0px;
    }

    .cod-btn-center span {
        max-width: none;
        text-align: left;
    }

    .tank-item {
        position: relative;
    }

    .thank-total [class^="item-field"] {
        word-break: break-all;
    }

    .thank-total .mod-description {
        padding-right: 50px;
    }

    .thank-total .checkout-item-field-6 {
        position: absolute;
        right: 20px;
        top: 12px;
        padding-top: 0;
        font-size: 18px;
        border: 0;
    }
}

.btn--disabled {
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}

#circleG {
    width: 30px;
    margin: auto;
    float: right;
    margin-top: -22px;
    margin-right: 5px;
    z-index: 1000;
    position: relative;
}

.circleG {
    background-color: rgb(255,255,255);
    float: left;
    height: 6px;
    margin-left: 3px;
    width: 6px;
    -webkit-animation-name: bounce_circleG;
       -moz-animation-name: bounce_circleG;
         -o-animation-name: bounce_circleG;
            animation-name: bounce_circleG;
    -webkit-animation-duration: 1.4575s;
       -moz-animation-duration: 1.4575s;
         -o-animation-duration: 1.4575s;
            animation-duration: 1.4575s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
       -moz-animation-direction: normal;
         -o-animation-direction: normal;
            animation-direction: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

#circleG_1 {
    -webkit-animation-delay: 0.2895s;
       -moz-animation-delay: 0.2895s;
         -o-animation-delay: 0.2895s;
            animation-delay: 0.2895s;
}

#circleG_2 {
    -webkit-animation-delay: 0.6855s;
       -moz-animation-delay: 0.6855s;
         -o-animation-delay: 0.6855s;
            animation-delay: 0.6855s;
}

#circleG_3 {
    -webkit-animation-delay: 0.8785s;
       -moz-animation-delay: 0.8785s;
         -o-animation-delay: 0.8785s;
            animation-delay: 0.8785s;
}

@keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(0,0,0);
    }

    100% {
    }
}

@-o-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(0,0,0);
    }

    100% {
    }
}

@-ms-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(0,0,0);
    }

    100% {
    }
}

@-webkit-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(0,0,0);
    }

    100% {
    }
}

@-moz-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(0,0,0);
    }

    100% {
    }
}

/* Other */
span.style-normal {
    font-weight: normal;
}

/* Thumbnails Cards */
.cctext {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
}

.ccicon {
    background-image: url("ch-cards.png");
    height: 21px;
    width: 33px;
    display: inline-block;
    vertical-align: middle;
}

.visa {
    background-position: 0 0;
}

.masterCard {
    background-position: 179px 0;
}

.americanExpress {
    background-position: 142px 0;
}

.discover {
    background-position: 105px 0;
}

.maestro {
    background-position: 70px 0;
}

.visaDankort {
    background-position: 248px 0;
}

.entercash-logo {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

.field-validation-error[data-valmsg-for="CreditCardSecurityCode"] {
    display: block;
}

img.ingenico-label {
    display: inline;
    float: none;
    height: 21px;
}

.zip-pay-payment-method img {
    margin-top: -10px;
}

/*---------------------------------------------Cart Items---------------------------------------------*/
.offer-thumbnail .offer-thumbnail-cell:first-child {
    width: 80px;
}

.offer-thumbnail .ch-thumbnail-text {
    padding-left: 10px;
}

img.ch-thumbnail {
    max-height: 100px;
    margin: 0 auto;
}

/*---------------------------------------------Cart Edits---------------------------------------------*/
.mod-description .mod-description-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.updown-btn-span {
    max-width: 20px;
    min-width: 20px;
    float: left !important;
    font-size: 14px;
}

.checkout-item-field-6.mobile-visible {
    width: 100%;
}

    .checkout-item-field-6.mobile-visible .updown-btn-span {
        float: left;
        min-height: 35px;
    }

.updown-btn-span.mobile-hidden {
    min-height: 35px;
}

.mobile-visible .updown-btn-span {
    margin-top: -10px;
}

.checkout-item-field-6.mobile-visible .remove-offer-btn {
    float: right;
}

.updown-btn-group,
.remove-offer-btn {
    color: black;
}

.checkout-item-field-6 {
    display: table-cell;
    vertical-align: middle;
    padding: 12px 5px 12px 8px;
    border: 2px solid #fff;
    border-width: 0 0 2px 0;
    font-size: 18px;
}

    .checkout-item-field-6.mobile-hidden {
        display: table-cell;
        vertical-align: middle;
    }

    .checkout-item-field-6.mobile-visible {
        float: right;
    }

#apple-pay-button {
    display: none;
    border: none;
    margin: 10px 0;
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 100%;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}

.apple-pay-label span {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-style: white-outline;
    min-width: 200px;
    min-height: 32px;
}

.apple-pay-contol {
    display: none;
}

.hosted-fields {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 40px;
    border: 1px solid #cacaca;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    font: 400 12px/1.2 Arial, "Nimbus Sans L", Helvetica, sans-serif;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.hosted-fields {
    height: 40px;
}

#CreditCardMonthBr,
#CreditCardYearBr {
    width: 44%;
    display: inline-block;
    padding: 0;
}

    #CreditCardMonthBr + span {
        vertical-align: 10px;
    }

.braintree-hosted-fields-invalid {
    border: 1px solid #ed574a !important;
}

img.ccicon {
    float: none;
}

img.ccicon {
    margin: 0 !important;
}

.mobile-hidden .item-field-7 + .item-field-3 {
    word-spacing: 100px;
}

.strikeout-price {
    position: relative;
}

    .strikeout-price::after {
        border-bottom: 0.115em solid red;
        content: "";
        margin-top: calc(0.115em / 2 * -1);
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        min-width: 40px;
    }

.del-price del {
    text-decoration-color: red;
    text-decoration-thickness: 1px;
}

.mobile-item-header .item-field-7,
.thank-header .item-field-7,
.mobile-item-header .item-field-3,
.thank-header .item-field-3 {
    word-break: break-word;
}

.transaction-fee-info {
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    margin-right: 2px;
    margin-left: 5px;
    cursor: pointer;
}

.js-cart-info-transaction-fee-desc .mobile-title {
    position: absolute;
    background-color: white;
    border: 1px solid #aaaaca;
    font-size: smaller;
    padding: 4px;
    width: 160px !important;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
}

#WorldpayAmazonPayButton {
    width: 158px;
    display: inline-block;
    min-width: 150px;
    min-height: 45px;
    max-width: 500px;
}

.amazon-pay-change-btn {
    float: right;
    font: 700 15px "museo-sans-n7", "museo-sans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
    cursor: pointer;
}

.amazon-pay-address-text {
    font: 700 15px "museo-sans-n7", "museo-sans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
    margin: 5px 0;
}

#amazonPayPaymentInfo {
    margin-bottom: 20px;
}

#amazonPayAddressError {
    color: red;
    font-size: 14px;
}

.amazon-pay-address-error-details {
    margin-top: 5px;
}


.z-qty {
}

    .z-qty.choice-prod {
        float: none;
        width: auto;
    }

        .z-qty.choice-prod p {
            text-align: left
        }


.z-qty__item {
    display: flex;
}

.z-qty__field {
    flex-shrink: 0;
    margin-left: 8px;
}

    .z-qty__field select {
        width: 65px;
    }

.z-qty__label {
    align-self: center;
}

.z-qty--full {
}

    .z-qty--full .z-qty__label {
        flex-grow: 1;
    }

.z-qty--reverse {
}

    .z-qty--reverse .z-qty__field {
        order: -1;
        margin-left: 0;
        margin-right: 8px;
    }

.worldpay-message {
    font-size: 14px;
    font-style: italic;
}

.address-edit {
    float: right;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}

#tokenExCcIframe, #tokenExCvvIframe {
    height: 50px;
}

.paypal-logo {
    max-height: 26px;
}
