#paymentBlock {
    background: #fafafa
}

    #paymentBlock input, #paymentBlock select {
        width: 100%;
        border-radius: 5px;
        border: solid 1px #a7a7a7;

        color: #31325F;
        line-height: 40px;
        font-weight: 300;
        font-family: 'Helvetica Neue', solid 1px #a7a7a7
    }

    #paymentBlock input {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    #paymentBlock select {
        padding: 11px 16px;
        background: white;
        cursor: pointer;
    }

    #paymentBlock input:not([type=tel]) {

        padding: 0px 16px;

    }

#paymentBlock input::placeholder, input::-webkit-input-placeholder  {
    color: #CFD7E0;
}

.stripeField {
    width: 100%;
    border-radius: 5px;
    border: solid 1px #a7a7a7;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 16px;

}

.InputElement {
    background-color: white;
}

#paymentBlock .field {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 15px 10px;
}

#paymentForm {
    margin: 0 15% 0 25px;
}

#paymentForm label {
    margin-left: 1px;
}

.error {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 100%;
    margin-top: 20px;
    left: 0;
    padding: 0 15px;
    font-size: 13px !important;
    opacity: 0;
    transform: translateY(10px);
    transition-property: opacity,transform;
    transition-duration: .35s;
    transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
}

.success {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;

    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    pointer-events: none;
    overflow: hidden;
}

#credit-card {
    padding: 10px 0px 10px 10px;
    color: #f34347;
    background: #ffeded;
    font-weight: bold;
    min-width: 115px;
}

.apple-pay-button {
    padding: 10px 0px 10px 10px;
    min-width: 115px;
    width: 100% !important;
    height: 40px;
}

.paymentTabs {
    margin-top: 60px;
}

.paymentTabs span {

    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    border-radius: 20px;
}

.paymentTabs img {
    height: 30px;
    cursor: pointer;
    margin: 5px auto auto auto;
    display:none;


}

#paymentBlock button {
    width: 100%;
    background: #f34347;
    height: 40px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
    border-radius: 10px;
}

.footer-links {
    clear: both;
    margin-top: 20px;
    margin-bottom: 50px;
    margin-right: 160px
}

.footer-link {
    float: right;
    margin-right: 50px;
    padding-bottom: 50px;
}

.footer-link a {
    color: #adadad;
    text-decoration: none;
    font-size: 1.1em;
}

#paymentBlock #applyCoupon {
    width: 100px;
    margin-left: -105px;
    float: left;
    margin-top: 3px;
    height: 34px;
    background: #d7e5f1;
    color: #017bb9;
}

#listPriceWrap {
    margin-top: 25px;
    font-size: 1.2em;
    color: #a7a7a7;
}

#listPrice {
    background: linear-gradient(to left top, transparent 46.75%, rgb(167, 167, 167) 49.5%, rgb(167, 167, 167) 50.5%, transparent 54.25%);
}

#allAccessListPrice {
    background: linear-gradient(to left top, transparent 46.75%, rgb(225, 225, 225) 49.5%, rgb(225, 225, 225) 50.5%, transparent 54.25%);
}

.summaryTotal {
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 8px;
}

.paymentImage {
    width: 150px;
    height: 150px;
    border-radius: 15px;
    object-fit: cover;
}

#orderlist {
    display: none;
}

#orderlist ul {

    padding-left: 0;
}

#orderlist li {

    vertical-align: middle;
    height: 30px;
    line-height: 19px;
    padding: 10px 0 35px 0px;
    margin: 0 auto;

    color: #a7a7a7;
}

.priceDisplay {
    font-weight: bold;
}

.subTotalDisplay {
    color: #a7a7a7;
}

#payment div, #paymentProduct div {
    margin: 10px 15px;
}

div#totalWrap {
    font-size: 1.3em;
    margin-top: 20px;
}

.checkImage {
    min-width: 60px;
    max-width: 60px;
}

.checkText {
    padding-right: 0;
    padding-left: 0;
    vertical-align:middle;
    margin: auto 0;
}

#orderlist .row {
    margin-bottom: 12px;
}

.leftWrap {
    margin: 0 15% 0 20%;

}

hr {
    border-top: 2px solid rgba(0,0,0,.1)
}


#mobileorderlist {
    display: none;
    margin-top: 30px;
}

#paymentmobile {
    display: none;
}

#footerCopyright {
    display: none;
}

#mobileNav {
    display: none;
}

.topnav a.icon {
    display: none;
}

@media (max-width: 767px) {



    .topnav #mobileNav {
        display: none;
    }

    .topnav a.icon {
        background: white;
        color: grey;
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    /* Add a grey background color on mouse-over */
    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }

    /* Style the active link (or home/logo) */
    .active {
        background-color: #4CAF50;
        color: white;
    }


    /* Style navigation menu links */
    .topnav a {
        color: black;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        background-color: #eee;
        display: block;
    }


    #mobileNav {
        display: block;
    }

    .leftWrap {
        margin: 0 5%;
    }

    nav {
        display: none;
    }
    /*
    #payment {
        display: none;
    }*/

    #payment {
        margin-bottom: 20px;
    }

    #paymentProduct {
        margin-bottom:45px;
    }

    #orderlist {
        display: none;
    }

    #paymentBlock {
        background: white;
    }

    #paymentCopyright {
        display:none;
    }

    #paymentForm {
        margin: 0 5%;
    }

    #credit-card {
        padding: 10px 5px;

    }

    .apple-pay-button {
        padding: 10px 5px;
    }

    .paymentTabs {
        margin-top: 20px;
        margin-left: 1px;
    }

    .paymentTabs div {
        padding-left: 0;
    }

    .footer-links {
        background-color: black;
        width:100%;
        margin-bottom: 0;
        display: flex;

        padding: 0 50px;
    }

    .footer-link {
        margin: 30px auto 15px auto;;
        float: none;
        padding-bottom: 0;
        text-align:center;
    }

    .footer-link a {
        color: white;
        font-size: .98em;
    }

    .footerLeft {
        flex: 0 0 50%;
    }
    .footerRight {
        flex: 1;
    }

    #mobileorderlist {
        display: none;
    }

    #mobileorderlist .row {
        margin-bottom: 6px;
    }


    #paymentmobile {
        display: block;
        margin: 5%;
        clear: both;
        padding-top: 25px;
    }

    .subTotalDisplay {
        margin: 5px auto;
    }

    .protectionImages {
        text-align:center;
    }
    #footerCopyright {
        display: block;
        clear: both;
        padding: 0 0 25px 0;
        text-align: center;
        background-color: black;
        color: #a9a9a9;
    }

    .shortfield {
        padding: 0;
    }

}



#payment-request-button iframe {
    border-radius: 20px;
}

.protectionImages {
    clear: both;
    margin: 100px 25px 0 25px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .paypalWrap {
        padding-left: 0;
    }

    .apple-pay-button {
        padding-left: 0;
    }
}

div.iti--allow-dropdown {
    width: 100%;
}

#fitModalExpedite button.btn-continue {
    width: 100%;
    background: #f34347;
    height: 40px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
    border-radius: 10px;
}
