﻿
/* ── Accessibility: focus-visible ── */
*:focus-visible {
  outline: 2px solid #7c3aed;
  outline-offset: 2px;
}


/*
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ababab;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,.2);
    }
    */



body {
    font-family: 'Open Sans Hebrew', -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif !important;
    /*line-height: 1.1;*/
}

.H1fromH4 {
    font-size: 1.5rem;
}

.ShadowLine {
    background-image: url("../Content/Images/11BG.png");
    background-repeat: repeat-y;
    background-position: center;
}

.AlignNoCartForm {
    display: block;
    padding: inherit;
}

body:lang(en) {
    direction: ltr;
    text-align: left;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif !important;
}

.bs-callout-danger-input {
    z-index: 3 !important;
    border: 1px solid red !important;
}

.sepe {
    box-shadow: 0px 5px 10px #E1E1E1;
    padding: 10px 30px 2px 10px;
}


.MarginEn {
    margin-left: 80px;
}

.MarginHe {
    margin-right: 80px;
}

.ProductsMarginHE {
    margin-right: 50px;
}

.ProductsMarginEN {
    margin-left: 50px;
}

.TextLeft {
    text-align: left;
    direction: ltr;
}

.NoPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 8px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.AddPadding {
    padding-top: 22px;
    padding-bottom: 22px;
}

.icon svg {
    margin-bottom: 2px;
}


.CardsRow {
    /*padding-top: 14px;*/
}

.card-number-wrapper {
    margin-bottom: 0px !important;
}

.expiry-wrapper {
    margin-right: 0px !important;
}

.cvc-wrapper {
    margin-left: 0px !important;
}

.card-number {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


.expiry {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.cvc {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.modal-header .close {
    margin: 0px !important;
    padding: 1px !important;
}

.modal-footer button label {
    margin-bottom: 0px !important;
}

.modal-header {
    display: inline !important;
}


.btn-zcredit {
    /*background-color: #68e346;*/
    background-color: rgb(53, 208, 15);
    /*border-color: #68e346;*/
    border: 1px solid #35c016;
    font-size: 14px;
    line-height: 2em;
    /*font-weight: bold;*/
}


.CardSpan {
    background-color: transparent !important;
    border-right: 0px solid black !important;
}

.CardSmallImage {
    height: 24px;
    margin-top: 0px;
}


.CreditCardImageHe {
    z-index: 998;
    position: relative;
    right: 5px;
    padding-top: 5px;
    width: 0px;
    height: 24px;
}

.CreditCardImageHe2 {
    z-index: 998;
    position: relative;
    right: 40px;
    padding-top: 5px;
    width: 0px;
    height: 24px;
}

.CreditCardImageHe3 {
    z-index: 998;
    position: relative;
    right: 75px;
    padding-top: 5px;
    width: 0px;
    height: 24px;
}

.CreditCardImageHe4 {
    z-index: 998;
    position: relative;
    right: 110px;
    padding-top: 5px;
    width: 0px;
    height: 24px;
}

.CreditCardImageEn {
    z-index: 998;
    position: relative;
    right: 40px;
    padding-top: 5px;
    width: 0px;
    height: 24px;
}

.CreditCardImageEn2 {
    z-index: 998;
    position: relative;
    right: 75px;
    padding-top: 5px;
    width: 0px;
    height: 24px;
}

.CreditCardImageEn3 {
    z-index: 998;
    position: relative;
    right: 110px;
    padding-top: 5px;
    width: 0px;
    height: 24px;
}

.CreditCardImageEn4 {
    z-index: 998;
    position: relative;
    right: 145px;
    padding-top: 5px;
    width: 0px;
    height: 24px;
}

/*
@media only screen and (max-width:576px) {
    .CreditCardImageEn {
        z-index: 999;
        position: relative;
        right: -285px;
        padding-top: 5px;
        width: 0px;
        height: 20px;
    }
}


@media only screen and (max-width:900px) {
    .CreditCardImageEn {
        z-index: 999;
        position: relative;
        left: 250px;
        padding-top: 5px;
        width: 0px;
        height: 20px;
    }
}*/
.swal-button--cancel {
    background: #aaa;
}

.sweet-alert button.cancel {
    background-color: #68e346;
}


.ZCreditInput {
    position: relative;
    width: 100%;
    height: 36px;
    padding: 8px 12px;
    color: #303030;
    font-size: 14px;
    line-height: 1.5;
    border: 0;
    box-shadow: 0 0 0 1px #e0e0e0,0 2px 4px 0 rgba(0,0,0,.07),0 1px 1.5px 0 rgba(0,0,0,.05);
    transition: box-shadow .08s ease-in,color .08s ease-in;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .ZCreditInput::-webkit-input-placeholder {
        /*color: #ababab*/
        color: #767676
    }

    .ZCreditInput::-moz-placeholder {
        /*color: #ababab*/
        color: #767676
    }

    .ZCreditInput:-ms-input-placeholder {
        /*color: #ababab*/
        color: #767676
    }

    .ZCreditInput::placeholder {
        /*color: #ababab*/
        color: #767676
    }

    .ZCreditInput + .InputContainer-placeholder--ie {
        z-index: 2;
        top: 9px;
        left: 12px;
        font-size: 16px;
        /*color: #ababab*/
        color: #767676
    }

.form-control:focus:not(:focus-visible) {
    z-index: 2;
    outline: none;
    box-shadow: 0 0 0 1px rgba(50,151,211,.3),0 1px 1px 0 rgba(0,0,0,.07),0 0 0 4px rgba(50,151,211,.3)
}

.ZCreditInput--fakeAutofill, .CheckoutInput:-webkit-autofill {
    -webkit-text-fill-color: #303030;
    transition: background-color 100000000s,box-shadow 0s linear;
    box-shadow: 0 0 0 1px #e0e0e0,0 2px 4px 0 rgba(0,0,0,.07),0 1px 1.5px 0 rgba(0,0,0,.05),inset 0 0 0 1000px #fefbe7
}

    .ZCreditInput--fakeAutofill:focus, .CheckoutInput:-webkit-autofill:focus {
        transition: box-shadow .08s ease-in,color .08s ease-in;
        box-shadow: 0 0 0 1px rgba(50,151,211,.3),0 1px 1px 0 rgba(0,0,0,.07),0 0 0 4px rgba(50,151,211,.3),inset 0 0 0 1000px #fefbe7
    }

.ZCreditInput:disabled {
    color: #ababab;
    transition: background-color 100000000s,box-shadow 0s linear;
    box-shadow: 0 0 0 1px #e0e0e0,0 2px 4px 0 rgba(0,0,0,.07),0 1px 1.5px 0 rgba(0,0,0,.05),inset 0 0 0 1000px #f9f9f9
}

.ZCreditInput--fakeAutofill:disabled, .CheckoutInput:disabled:-webkit-autofill {
    -webkit-text-fill-color: #ababab
}



#Cvv {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: .25rem;
    border-top-right-radius: 0px;
}

#ExpDate {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: .25rem;
}

#tbCardNumberField2 {
    /*border-radius: .25rem;*/
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: -1px;
}

.Class50 {
    width: 50%;
    padding-top: 2px;
    /*padding-left: 2px;*/
}

.Class100 {
    width: 100%;
    padding-top: 2px;
}

#ExpDate.cvv-hidden-exp,
#ExpDate_Token.cvv-hidden-exp {
    border-bottom-right-radius: .25rem;
}

/* RTL tab order fix: ExpDate is first in DOM (correct Tab sequence), but visually
   second (left side) in RTL flex. order:1 pushes it after the CVV div (order:0).
   Validation messages use order:2 so they always appear below the input row. */
:lang(he) .expdate-card-row {
    order: 1;
}
:lang(he) .card-validation-messages {
    order: 2;
}

/* Token card: mirror the .card-number / .expiry / .cvc radius rules that the
   credit-card directive applies to the regular card inputs. */
#tbCardNumberField2_Token {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
#ExpDate_Token {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
#Cvv_Token {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}




@media only screen and (min-width:992px) {

    .HeadLine {
        height: 80px;
        min-height: 80px;
    }

    .CustomerDivTitle {
        padding-right: 15px;
        padding-left: 15px;
    }
}




.ValidationLabelTop {
    /*margin-bottom: 2px;*/
    margin-top: 0px !important;
}


.ValidationLabelExpDateHe {
    margin-left: 70px;
}

.ValidationLabelExRequiredpDateHe {
    margin-left: 120px;
}

.ValidationLabelCvvEn {
    margin-right: 105px;
}

.ValidationLabelCvvRequiredEn {
    margin-right: 85px;
}

.HolderdRow {
    /*margin-top: 12px;*/
}



.bs-callout-danger-input {
    border: 0px !important;
    color: #e00000;
    box-shadow: 0 0 0 1px #ef9896, 0 2px 4px 0 rgba(0,0,0,.07), 0 1px 1.5px 0 rgba(0,0,0,.05);
}

.ZCreditInput--invalid {
}

label {
    margin-bottom: 0.1rem;
}

.control-label {
    color: #565656;
    font-size: 1.1em;
}

    /*.control-label {
    color: #565656;
    font-size: 13px;
    font-family: 'Heebo','Open Sans Hebrew';
    font-weight: 500;
}*/

    .control-label:lang(en) {
        color: #565656;
        font-size: 13px;
        font-weight: 500;
    }

.CustomerDivTitle {
    color: #565656;
    font-size: 24px;
}

.valid-feedback.feedback-icon,
.invalid-feedback.feedback-icon {
    position: absolute;
    width: auto;
    bottom: 12px;
    right: -12px;
    margin-top: 0;
}




.carousel-caption h5 {
    top: 120px;
    position: relative;
    color: #e00000;
    z-index: 99999;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    top: -30px;
    position: relative;
}


.TotalSumSpan {
    font-size: 36px;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.03rem;
    color: #303030;
    font-weight: 600;
}


.NoMargin {
    margin: 0px;
}







.MySellectionHe {
    margin-top: 32px;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    max-height: 50vh;
    overflow-y: auto;
    padding-left: 8px;
    box-sizing: border-box;
    text-align: right;
    direction: rtl;
}

.MySellectionEn {
    margin-top: 32px;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 8px;
    box-sizing: border-box;
}

.MySellectionListHe {
    margin-top: 32px;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    max-height: 20vh;
    overflow-y: auto;
    padding-left: 8px;
    box-sizing: border-box;
    text-align: right;
    direction: rtl;
}

.MySellectionListEn {
    margin-top: 32px;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    max-height: 20vh;
    overflow-y: auto;
    padding-right: 8px;
    box-sizing: border-box;
}

.SmallScreenImage {
    display: none;
    visibility: hidden;
}

.PoweredBy {
    margin-top: 20px;
    margin-bottom: 20px;
}

.PayButtonsRow {
    margin-top: -1px;
    margin-bottom:20px;
}

.CartTotalRow {
    margin-bottom:0px;
}

.BitOnlyButton {
    background-color: black !important;
}
.PaymentMethodButtonImage {
    height: 58px;
}
.PaymentMethodButtonImageBitOnly {
    height: 32px;
    padding-right:12px;
    opacity:1;
}
.PaymentMethodButtonImageBitOnlyHeaderImage {
    height: 30px;
    padding-bottom:3px;
    opacity: 1;
}

.PaymentButtonsSeperator {
    margin-left: 10px;
    margin-right: 10px;
    border-left: 1px solid #E1E1E1;
}

@media only screen and (max-width:992px) {


    .PaymentMethodButtonImage {
        height: 42px;
    }

    .PaymentMethodButtonImageBitOnly {
        height: 34px;
    }


    .BitOnlyRow {
        margin-top: -10px;
        margin-bottom: 10px;
    }


   

    .PaymentButtonsSeperator {
        margin-left: 4px;
        margin-right: 4px;
        border-left: 1px solid #E1E1E1;
    }

    .container {
        max-width: 400px;
    }

    .ProductsMarginHE {
        margin-right: 0px;
        align-content: center;
        text-align: center;
    }

    .ProductsMarginEN {
        margin-left: 0px;
        align-content: center;
        text-align: center;
    }

    .MarginEn {
        margin-left: unset;
    }

    .MarginHe {
        margin-right: unset;
    }

    .ShadowLine {
        background-image: none;
    }

    .ZCreditFooterLinks {
        display: none;
        visibility: hidden;
    }

    .col-lg-12 {
        padding: 0px;
    }

    #wrapper {
        /*width: 95% !important;
        overflow:hidden !important;*/
    }

    .HeaderRow {
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin-bottom: 0;
        padding: 16px 5px 10px 0px;
        margin-left: 0px;
        background-color: #fff;
        z-index: 99999;
    }


    .MySellectionHe, .MySellectionEn {
        display: none;
        visibility: hidden;
    }


    .ValidationLabelExpDateHe {
        position: relative;
        left: 0px;
        right: 56px;
        margin-top: 2px;
        margin-bottom: 0px !important;
    }

    .ValidationLabelExpDateEn {
        position: relative;
        right: 0px;
        left: 10px;
        margin-top: 2px;
        margin-bottom: 0px !important;
    }

    .TotalSumRow {
        text-align: right;
    }

    .SmallScreenImage {
        display: inline;
        visibility: visible;
        max-height: 120px;
        border-radius: 6px;
    }

    .SmallScreenImage-container {
        position: relative;
        text-align: center;
        margin-bottom: 56px;
    }

    .HideWhenSmall {
        visibility: hidden;
        display: none;
    }
}

@media only screen and (min-width:992px) {




    .ZCreditFooterLinksFotter {
        display: none;
        visibility: hidden;
    }

    .SmallScreenImage-container {
        display: none;
        visibility: hidden;
    }

    .HideWhenBig {
        visibility: hidden;
        display: none;
    }
}


.LineItem-Image {
    text-align: right;
    direction: rtl;
}

.LineItem {
    margin-bottom: 16px !important;
}









.ProductSummary {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.ProductSummary, .ProductSummary-Info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ProductSummary-ProductImageContainer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 32px 16px
}

.App--multiItem .ProductSummary-ProductImageContainer {
    margin-bottom: 32px
}

.ProductSummary-ProductImageContainer img {
    max-height: 120px
}

.ProductSummary-TotalAmount {
    margin: 2px 0 3px;
    font-size: 28px
}

@media only screen and (min-width:992px) {

    
    .ProductSummary {
        text-align: left;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .App--singleItem .ProductSummary {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .App--singleItem .ProductSummary-ProductImageContainer {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 300px;
        height: 300px;
        margin: 32px 0
    }

        .App--singleItem .ProductSummary-ProductImageContainer img {
            max-height: 300px;
            max-width: 300px
        }

    .App--singleItem .ProductSummary-Info {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .App--multiItem .ProductSummary-ProductImageContainer {
        display: none
    }

    .ProductSummary-TotalAmount {
        font-size: 36px
    }
}

.ProductImage-container {
    position: relative;
    text-align: center
}

.ProductImage-image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px
}

.ProductImage-itemCount {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 92px;
    bottom: -10px;
    box-shadow: 0 2px 5px 0 rgba(50,50,93,.1),0 1px 1px 0 rgba(0,0,0,.07);
    background: #fff;
    text-align: center;
    border-radius: 70px;
    padding: 2px 7px;
    font-size: 13px;
    font-weight: 700
}


.MobileCartDiv1He {
    float: right;
    margin-left: 5px;
}

.MobileCartDiv1En {
    float: left;
    margin-right: 5px;
}

.MobileCartDiv2He {
    padding-left: 5px;
    font-weight: 700;
}

.MobileCartDiv2En {
    padding-right: 5px;
    font-weight: 700;
}

.LineItem-ImageContainer {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.LineItem-Image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px
}

.OrderDetails .LineItem {
    margin-bottom: 16px
}

.OrderDetails-Subtotal {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 16px
}

.OrderDetails-Subtotal-Item {
    padding-bottom: 8px
}

.OrderDetails-Total {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #e7e7e7;
    margin-top: 8px
}

/*.OrderDetails-Subtotal--indented, .OrderDetails-Total--indented {*/
.OrderDetailsTotalHe {
    margin-right: 50px
}


.OrderDetailsTotalEn {
    margin-left: 58px
}


.OrderDetailsSubtotalEn {
    margin-left: 58px
}

.OrderDetailsDropdown-ModalOverlay {
    z-index: 11;
    background-color: rgba(0,0,0,.2);
    opacity: 0
}

.flex-container {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flex-item {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    padding-right: 5px;
}

    .flex-item:empty {
        display: none
    }



.align-items-flex-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-flex-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}



.wrap-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wrap-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.width-auto {
    width: auto
}

.width-auto, .width-fixed {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.width-fixed {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.width-grow {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}


.justify-content-flex-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-content-flex-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-content-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.justify-content-space-evenly {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}



.CartNoPadding:lang(en) {
    padding: 0px;
    padding-top: 20px;
}

.CartNoPadding:lang(he) {
    /*padding-left: 10px;*/
    padding: 0px;
    padding-top: 20px;
}


.CartSmall {
    color: #909090;
    font-weight: 400;
    font-size: 12px;
}

.CartText {
    font-weight: 400;
    letter-spacing: -.03rem;
    /*color: #303030;*/
    color: #303030;
    font-size: 14px;
}

.CartPriceText {
    font-weight: 600;
    color: #303030c7;
}





.was-validated .form-control:invalid, .form-control.is-invalid {
    z-index: 2;
    border-color: #dc3545;
    padding-left: 12px;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc354…%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E');*/
    background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iYmkgYmktYWxlcnQtY2lyY2xlIiB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSIjZGMzNTQ1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAxN2E3IDcgMCAxMDAtMTQgNyA3IDAgMDAwIDE0em0wIDFhOCA4IDAgMTAwLTE2IDggOCAwIDAwMCAxNnoiIGNsaXAtcnVsZT0iZXZlbm9kZCI+PC9wYXRoPg0KICA8cGF0aCBkPSJNOS4wMDIgMTNhMSAxIDAgMTEyIDAgMSAxIDAgMDEtMiAwek05LjEgNi45OTVhLjkwNS45MDUgMCAxMTEuOCAwbC0uMzUgMy41MDdhLjU1My41NTMgMCAwMS0xLjEgMEw5LjEgNi45OTV6Ij48L3BhdGg+DQo8L3N2Zz4=");
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    z-index: 1;
    border-color: #dc3545;
    padding-left: 12px;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc354…%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E');*/
    background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iYmkgYmktYWxlcnQtY2lyY2xlIiB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSIjZGMzNTQ1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAxN2E3IDcgMCAxMDAtMTQgNyA3IDAgMDAwIDE0em0wIDFhOCA4IDAgMTAwLTE2IDggOCAwIDAwMCAxNnoiIGNsaXAtcnVsZT0iZXZlbm9kZCI+PC9wYXRoPg0KICA8cGF0aCBkPSJNOS4wMDIgMTNhMSAxIDAgMTEyIDAgMSAxIDAgMDEtMiAwek05LjEgNi45OTVhLjkwNS45MDUgMCAxMTEuOCAwbC0uMzUgMy41MDdhLjU1My41NTMgMCAwMS0xLjEgMEw5LjEgNi45OTV6Ij48L3BhdGg+DQo8L3N2Zz4=");
}


.CustomerNameInputHe .was-validated .form-control:invalid, .CustomerNameInputHe .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: 12px;
    padding-left: 2.25rem;
    background-repeat: no-repeat;
    background-position: center left calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iYmkgYmktYWxlcnQtY2lyY2xlIiB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSIjZGMzNTQ1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAxN2E3IDcgMCAxMDAtMTQgNyA3IDAgMDAwIDE0em0wIDFhOCA4IDAgMTAwLTE2IDggOCAwIDAwMCAxNnoiIGNsaXAtcnVsZT0iZXZlbm9kZCI+PC9wYXRoPg0KICA8cGF0aCBkPSJNOS4wMDIgMTNhMSAxIDAgMTEyIDAgMSAxIDAgMDEtMiAwek05LjEgNi45OTVhLjkwNS45MDUgMCAxMTEuOCAwbC0uMzUgMy41MDdhLjU1My41NTMgMCAwMS0xLjEgMEw5LjEgNi45OTV6Ij48L3BhdGg+DQo8L3N2Zz4=");
    /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc354…%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E);*/
}




.GooglePayContainer {
    border-radius: 6px !important;
    height: 44px;
}

.gpay-button-fill {
    border-radius: 6px !important;
}
.gpay-button {
    border-radius: 6px !important;
}

.apple-pay-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
    -apple-pay-button-style: black;
    width: 100%;
    height: 44px;
    border-radius: 6px;
    background-color: black;
}
      


.SubmitButton {
    position: relative;
    overflow: hidden;
    height: 44px;
    width: 100%;
    margin-top: 12px;
    padding: 0px;
    box-shadow: inset 0 0 0 1px rgba(50,50,93,.1), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1px 0 rgba(0,0,0,.07);
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s ease,box-shadow .08s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #005ebb;
    color: rgb(255, 255, 255);
    font-size: 16px;
}

    .SubmitButton:hover {
        color: rgb(255, 255, 255);
        /*background-color: #005ebb;*/
        box-shadow: inset 0 0 0 1px rgba(50,50,93,.1),0 6px 15px 0 rgba(50,50,93,.2),0 2px 2px 0 rgba(0,0,0,.1)
    }

    .SubmitButton:active {
        -webkit-transform: scale(.99);
        -ms-transform: scale(.99);
        transform: scale(.99)
    }

.SubmitButton-GlowAware {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 150%;
    opacity: 0;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    transition: opacity .2s ease;
    opacity: 0.6;
    -webkit-animation: GlowAware-move 3s infinite ease;
    animation: GlowAware-move 3s infinite ease;
    z-index: 99999;
}

.SubmitButtonNotActive {
    /*opacity: .6;*/
}

    .SubmitButtonNotActive:hover {
        box-shadow: unset;
    }

    .SubmitButtonNotActive:active {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

.SubmitButtonNotActiveLabel {
    opacity: .6;
}

.SubmitButtonSuccess,
.SubmitButtonSuccess:hover {
    color: white;
    background-color: rgb(36,180,126);
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}



.CvvIcon {
    height: 20px;
    margin-top: 0px;
}


.Select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.ZCreditSelect {
    font-size: 14px;
    padding: 8px 12px;
    padding-right: 24px;
    color: #303030;
    line-height: 1.5;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e0e0e0,0 2px 4px 0 rgba(0,0,0,.07),0 1px 1.5px 0 rgba(0,0,0,.05);
    transition: box-shadow .08s ease-in,color .08s ease-in;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ZCreditArrowForSelectHe {
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -6px;
    pointer-events: none;
    width: 12px;
    height: 12px;
    z-index: 10
}


.ZCreditArrowForSelectEn {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
    pointer-events: none;
    width: 12px;
    height: 12px;
    z-index: 10
}


.ZCreditFooterLinks,
.ZCreditFooterLinksFotter {
    color: #909090;
}

    .ZCreditFooterLinks:hover,
    .ZCreditFooterLinks:visited,
    .ZCreditFooterLinksFotter:hover,
    .ZCreditFooterLinksFotter:visited {
        color: #909090;
    }

.PoweredByFotter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.MessageRowHide {
    visibility: hidden;
    display: none;
}

.MessageRow {
    margin-top: 15px;
}


.SubmitIconDivHe {
    position: relative;
    float: left;
    left: 15px;
    /*padding-left:15px;*/
}

.SubmitIconDivEn {
    float: right;
    padding-right: 15px;
}




@-webkit-keyframes GlowAware-move {
    0% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    to {
        -webkit-transform: translateX(150%);
        transform: translateX(150%)
    }
}

@keyframes GlowAware-move {
    0% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    to {
        -webkit-transform: translateX(150%);
        transform: translateX(150%)
    }
}




/*// Colors
$green: #7ac142;
$white: #fff;

// Misc
$curve: cubic-bezier(0.650, 0.000, 0.450, 1.000);*/

.checkmark {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    stroke-width: 4;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    /*animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;*/
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 6;
    stroke-miterlimit: 10;
    /*stroke: #7ac142;*/
    fill: none;
    animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}



.HeaderContentHe div {
    float: right;
}

.HeaderContentEn div {
    float: left;
}

.HeaderContentHe,
.HeaderContentEn {
    /*opacity: 0.6;*/
    cursor: pointer;
    text-decoration: none;
}

    .HeaderContentHe a,
    .HeaderContentHe a:visited,
    .HeaderContentHe a:hover,
    .HeaderContentEn a,
    .HeaderContentEn a:visited,
    .HeaderContentEn a:hover {
        color: inherit;
        text-decoration: none; /* no underline */
    }

    .HeaderContentHe:visited,
    .HeaderContentEn:visited {
        text-decoration: none;
    }

    .HeaderContentHe:hover,
    .HeaderContentEn:hover {
        opacity: 1;
    }

.HeaderArrowIcon {
    margin-right: 8px;
}

.HeaderImage--icon {
    height: 28px;
    width: 28px;
    margin-right: 8px;
    box-shadow: 0 2px 5px 0 rgba(50,50,93,.1),0 1px 1px 0 rgba(0,0,0,.07);
    background: #fff;
    border-radius: 100%;
    margin-top: -3px;
}

    .HeaderImage--icon:not(.HeaderImage--iconFallback) img {
        height: 100%;
        width: 100%;
        border-radius: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.HeaderImage--iconFallback {
    opacity: 0.6 !important;
}

    .HeaderImage--iconFallback .Icon {
        fill: #909090
    }

.HomeIconHe {
    /*padding-right: 6px;*/
    margin-left: 10px;
    /*padding-top: 5px;*/
}

.HomeIconEn {
    /*padding-left: 5px;*/
    margin-right: 10px;
    /*padding-top: 5px;*/
}


.HeaderBusinessName {
    color: #303030;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



@keyframes HeaderFade {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}


@keyframes FadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.BackDiv {
    color: #303030;
    font-weight: 600;
}

    .BackDiv.ng-show {
        animation: 0.5s HeaderFade;
    }

.input-group-addon.ng-hide {
    animation: 0.5s FadeOut;
}


.HeaderButtonDivHe {
    float: left;
    padding-left: 20px;
}

.HeaderButtonDivEn {
    float: right;
    /*padding-right: 20px;*/
}

.HeaderButton {
    width: 100%;
    text-align: right;
    color: #909090;
    padding: 0;
    color: #0074d4;
    background-color: transparent;
    border: none;
    color: #909090;
    line-height: 28px;
}






.row {
    margin-left: 0px;
    margin-right: 0px;
}




/*.container {
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    max-width: unset;
}*/





/*.TryBorder {
    box-shadow: 0px 5px 10px #E1E1E1;
    padding: 10px 30px 2px 10px;

}*/

/*.TryBorder {

    box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;
}*/



/*.TryBorder:after {
        height: 100%;
        width: 50%;
        position: fixed;
        content: " ";
        top: 0;
        right: 0;
        background: #fff;
        -webkit-animation: enter-background-shadow .6s;
        animation: enter-background-shadow .6s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
 }*/



@media only screen and (min-width:992px) {



    .TryBorderHe1 {
        content: '';
        position: absolute;
        width: 0.5px;
        height: 100%;
        top: 0px;
        left: 50%;
        background: #fff;
        /*box-shadow: 10px 10px 8px #A1A1A1;*/
        box-shadow: 10px 10px 8px #A1A1A1;
        margin-left: 10px;
    }

    .TryBorderEn1 {
        content: '';
        position: absolute;
        width: 0.5px;
        height: 100%;
        top: 0px;
        right: 51%;
        background: #fff;
        box-shadow: 10px 10px 8px #A1A1A1;
        margin-right: 30px;
    }

    .CartNoPadding:lang(he) {
        padding: 0px;
        padding-left: 30px;
    }

    .CartHeaderPadding {
        margin: 0px 55px 0px 15px;
    }
}

.CartHeaderPadding:lang(he) {
    margin: 0px 15px 0px 45px;
}

.CartHeaderPadding {
    margin: 0px 45px 0px 15px;
}

@media only screen and (max-width:992px) {


    

    .HeaderBusinessName {
        color: #303030;
        font-weight: 600;
        text-overflow: ellipsis;
        width: 120px;
        max-width: 120px;
        overflow: hidden;
        white-space: nowrap;
    }

    .ShadowLine {
        background-image: none;
    }

    .NoGutter {
        padding: 0px;
    }

    .LineItem-Image {
        width: 300px;
        height: 100%;
    }
}



@media only screen and (max-width:992px) {


    .TryBorderHe {
        display: none;
        visibility: hidden;
    }

    .TryBorderEn {
        display: none;
        visibility: hidden;
    }
}








.myyy:before {
    height: 100%;
    width: 50%;
    position: fixed;
    content: " ";
    top: 0;
    right: 0;
    background: #fff;
    -webkit-animation: enter-background-shadow .6s;
    animation: enter-background-shadow .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}


.ValidationLabelBottom {
    margin-top: 2px;
    margin-bottom: 0px !important;
}

.ValidationLabelBottomRight {
    margin-top: 2px;
    margin-bottom: 0px !important;
    float: right;
}

.ValidationLabelBottomLeft {
    margin-top: 2px;
    margin-bottom: 0px !important;
    float: left;
}


.ValidationLabelRequiredHe {
    margin-bottom: 0px !important;
    position: relative;
    top: 2px;
    left: 4px;
}

.ValidationLabelRequiredEn {
    margin-bottom: 0px !important;
    position: relative;
    top: 2px;
    right: 4px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: text-top;
}

.RequiredFiledDivHe {
    float: left;
}

.RequiredFiledDivEn {
    float: right;
}

.SingleItemNameHe {
    color: #727272;
    font-size: 18px;
    font-weight: 600;
}

.SingleItemNameEn {
    color: #727272;
    font-size: 16px;
    font-weight: 500;
}

.SingleItemDescriptionEn {
    color: #727272;
    font-size: 14px;
    font-weight: 500;
}

.SingleItemDescriptionHe {
    color: #727272;
    font-size: 16px;
    font-weight: 500;
}


.SingleItemPicture {
    width: 300px;
    height: 100%;
    margin: 32px 0;
    justify-content: right;
    text-align: right;
}

    .SingleItemPicture:lang(en) {
        width: 300px;
        height: 100%;
        margin: 32px 0;
        justify-content: left;
        text-align: left;
    }


ProductImage-container {
    position: relative;
    text-align: right;
}

    ProductImage-container:lang(en) {
        position: relative;
        text-align: left;
    }

.SingleItemPicture img {
    max-height: 300px;
    max-width: 300px;
}

.BusinessnameMobile {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

@media only screen and (max-width:992px) {
    .SingleItemPicture {
        max-height: 300px;
        max-width: 100%;
        text-align: center;
        margin: 0px 0;
    }

        .SingleItemPicture img {
            max-height: 300px;
            max-width: 100%;
        }

    .TotalSumRow {
        text-align: center;
    }
}

.RedWithoutIcon {
    z-index: 1 !important;
    border-color: #dc3545 !important;
    padding-left: 12px;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: none !important;
}

.BusinessLogo {
    width: 60px;
    max-width: 60px;
    height: 30px;
    max-height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}



.BusinessLogoHeight {
    line-height: 28px;
}




/*.transformable.ng-show {
    -webkit-transition: height 4100ms linear;
    -moz-transition: height 4100ms linear;
    -o-transition: height 4100ms linear;
    -ms-transition: height 4100ms linear;
    transition: height 4100ms linear;
}


.css-class-add, .css-class-remove {
    -animation-name: show;
    -webkit-animation-name: show;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
}

    .css-class,
    .css-class-add.css-class-add-active {
        color: #e00000;
        font-size: 1.0em;
    }

    .css-class-remove.css-class-remove-active {
        font-size: 1em;
        color: black;
    }*/


/*.stuff-to-show {
    position: relative;
    height: 15px;
    -webkit-transition: top linear 8.5s;
    transition: top linear 8.5s;
    top: 0;
}

    .stuff-to-show.ng-hide {
        top: -1px;
    }

    .stuff-to-show.ng-hide-add,
    .stuff-to-show.ng-hide-remove {
        display: block !important;
    }*/

/*.slideDown.ng-hide {
    height: 20px;
    transition: height 4s ease;
    overflow: hidden;
    position: relative;
}

.slideDown {
    height: 20px;
    transition: height 5.35s ease;
    overflow: hidden;
    position: relative;
}


    .slideDown.ng-hide-remove {
        animation-name: show;
        -webkit-animation-name: show;
        animation-duration: 0s;
        -webkit-animation-duration: 0s;
        animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out;
    }*/



/*@keyframes SlideAndHeight {
    0% {
        opacity: 0;
        height: 0px;
    }

    100% {
        height: 18px;
        opacity: 1;
    }
}
@keyframes DeSlideAndHeight {
    0% {
        opacity: 1;
        height: 18px;
    }

    100% {
        height: 0px;
        opacity: 0;
    }
}


.MyShow1 {
    visibility:hidden;
    display:none;
}


.MyShow2 {
    display:normal;
    visibility:visible;
    animation: SlideAndHeight;
    animation-duration: 5.5s;
}*/



.ShowCartMobileDiv.ng-show {
    height: 150px;
    -webkit-transition: top linear 8.5s;
    transition: top linear 8.5s;
}


.ShowCartLoadingClass {
    opacity: 0.3;
    transition: opacity .15s ease-out;
    background-color: #E1E1E1 !important;
    backdrop-filter: grayscale(80%);
}

.form-control:focus {
    z-index: 5 !important;
}




/*.CartHeaderPadding {
    opacity: 1 !important;
    transition: opacity .15s ease-out;
    backdrop-filter: grayscale(0%) !important;
    z-index:999999;
}*/


/*@media only screen and (max-width: 991.98px) {
    .HeaderRow:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-bottom: 1px solid #e7e7e7;
        opacity: 0;
        transition: opacity .15s ease-out;
    }
}*/
@keyframes HeaderFade2 {
    from {
        border-bottom: 1px solid #FFF;
    }

    to {
        border-bottom: 1px solid #e7e7e7
    }
}

.HeaderWithShadow {
    border-bottom: 1px solid #e7e7e7;
    animation: HeaderFade2;
    animation-duration: 0.3s;
}



.dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 10rem;
    padding: 0px 18px 0px 18px;
    margin: 10px 0px 0px 0px;
    /*font-size: 1rem;*/
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0.25rem;
    max-height: 550px;
    overflow-x: hidden;
    overflow-y: scroll;
    /*max-width: 100% !important;
    width: 100% !important;*/
    z-index: 99999 !important;
    /*transition: all 0.5s;
    transform-origin: top center;*/
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    animation-duration: 0.2s;
    -webkit-animation: fadein 0.3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.3s; /* Firefox < 16 */
    -ms-animation: fadein 0.3s; /* Internet Explorer */
    -o-animation: fadein 0.3s; /* Opera < 12.1 */
    animation: fadein 0.3s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        transform: scaleY(0.4);
        opacity: 0;
    }

    100% {
        transform: translateY(0.9rem);
        transform: scaleY(1);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        transform: scaleY(0.4);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        transform: scaleY(0.4);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: scaleY(1);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        transform: scaleY(0.4);
        -webkit-opacity: 0;
    }
}


.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}


.dropdown-item {
    padding: 5px;
}


.ModalToggle {
    opacity: 0.3;
    transition: opacity .15s ease-out;
    background-color: #E1E1E1 !important;
    backdrop-filter: grayscale(80%);
}


.SeperatorLineWithCart {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 15px;
}

.SeperatorLine {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .SeperatorLine hr,
    .SeperatorLineWithCart hr {
        width: 100%;
        border: 1px solid #e7e7e7;
        border-width: .5px
    }

.SeperatorLine-Text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 8px;
    white-space: nowrap;
    background-color: #fff;
    color: #767676;
    font-size: 14px;
    font-weight: 400;
}

/* Bit Button */

.OtherPaymentsTypesButton {
}

/*#payment-button {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #4e585e;
    text-shadow: 1px 1px #4e585e;
    background-color: #4e585e;
    font-family: Arial, serif;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all ease-in-out 150ms;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    align-items: center;
    padding: 0 10px;
}
*/



#bitcom-button-container {
    width: 100%;
    border-radius: 6px;
}

@media screen and (max-width: 400px) {
    #bitcom-button-container {
        width: 100%;
    }
}


.TestTerminal {
    /*color: black;*/
    /*background-color: #f6f110;*/
    margin-left: 5px;
    margin-right: 5px;
    color: #a24a04;
    background-color: #ffde92;
    padding: 2px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 5px;
}



.Secure3dsDiv {
    position: fixed;
    overflow: hidden;
    width: 25%;
    height: 65%;
    top:15%;
    left: 28%;
    /*
    padding-top: 35%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625)  */
    
    z-index: 99999;
}

.Secure3dsIFrame {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid gray;
}

/*
.SecureBitDiv {
    position: absolute;
    overflow: hidden;
    width: 15%;
    top: 10%;
    left: 55%;
    padding-top: 35%; 
    z-index: 99999;
}*/

.SecureBitDiv {
    position: absolute;
    overflow: hidden;
    width: 45%;
    top: 10%;
    left: 25%;
    padding-top: 35%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    z-index: 99999;
}

.SecureBitIFrame {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid gray;
}


.Opp {
    opacity: 0.1;
}





/*ipad pro  1280... */
@media only screen and (max-width:1320px) {




    .Secure3dsDiv {
        width: 75%;
        top: 10%;
        left: 15%;
        height: 30%;
        padding-top: 45%;
        /*border: 4px solid pink;*/
    }

    .Secure3dsIFrame {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .SecureBitDiv {
        width: 75%;
        top: 10%;
        left: 15%;
        height: 30%;
        padding-top: 45%;
        /*border: 4px solid pink;*/
    }

    .SecureBitIFrame {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}

/*ipad iphone.... */
@media only screen and (max-width:992px) {
    .Secure3dsDiv {
        width: 90%;
        top: 10%;
        left: 5%;
        height: 50%;
        padding-top: 100%;
        /*border: 4px solid red;*/
    }

    .Secure3dsIFrame {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .SecureBitDiv {
        width: 90%;
        top: 10%;
        left: 5%;
        height: 75%;
        padding-top: 100%;
        /*border: 4px solid red;*/
    }

    .SecureBitIFrame {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}




.FadeWithAnimation.ng-hide,
.FadeWithAnimation2.ng-hide {
    opacity: 0;
}

.FadeWithAnimation.ng-hide-remove,
.FadeWithAnimation.ng-hide-add {
}

.FadeWithAnimation2.ng-hide-remove,
.FadeWithAnimation2.ng-hide-add {
}



.FadeWithAnimation.ng-hide-remove,
.FadeWithAnimation2.ng-hide-remove {
    transition: all linear 300ms;
}

.FadeWithAnimation.ng-hide-add,
.FadeWithAnimation2.ng-hide-add {
    transition: all linear 300ms;
}


.BitOnlyImage {
    background-color:black !important;
    margin-bottom:8px;
    padding:10px;
    text-align:center;
}
    .BitOnlyImage .roe div img {
        
    }



.ApplePayError {

}

